From 946554ff4b03d81f32375832b8b50883a3ffeedf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:52:06 -0700 Subject: doc update --- doc/html/plugin_8php.html | 334 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 319 insertions(+), 15 deletions(-) (limited to 'doc/html/plugin_8php.html') diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index ea93d2813..b9ebbe6f7 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -112,16 +112,30 @@ $(document).ready(function(){initNavTree('plugin_8php.html','');}); - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -146,8 +160,40 @@ Functions + + + +

Functions

if(!function_exists('uninstall_plugin'))
-if(!function_exists('install_plugin'))
-if(!function_exists('reload_plugins'))
-if(!function_exists('register_hook'))
-if(!function_exists('unregister_hook'))
-if(!function_exists('load_hooks'))
-if(!function_exists('call_hooks'))
-if(!function_exists('get_plugin_info'))
-if(!function_exists('get_theme_info')) 
get_theme_screenshot ($theme)
 
 unload_plugin ($plugin)
 
 uninstall_plugin ($plugin)
 
 install_plugin ($plugin)
 
 load_plugin ($plugin)
 
 reload_plugins ()
 
 register_hook ($hook, $file, $function, $priority=0)
 
 unregister_hook ($hook, $file, $function)
 
 load_hooks ()
 
 call_hooks ($name, &$data=null)
 
 get_plugin_info ($plugin)
 
 get_theme_info ($theme)
 
 get_theme_screenshot ($theme)
 
 service_class_allows ($uid, $property, $usage=false)
 
 service_class_fetch ($uid, $property)
 
 theme_include ($file, $root= '')
 
 get_intltext_template ($s)
 
 get_markup_template ($s, $root= '')
 

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
call_hooks ( $name,
$data = null 
)
+
+
@@ -184,12 +230,94 @@ Functions
- + +
+
+ + + + + + + + +
get_intltext_template ( $s)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
get_markup_template ( $s,
 $root = '' 
)
+
+ +

Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), login(), lostpass_content(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), settings_aside(), setup_content(), siteinfo_content(), suggest_content(), vcard_from_xchan(), viewconnections_content(), and xrd_init().

+ +
+
+ +
+
+ + + + + + + + +
get_plugin_info ( $plugin)
+
+ +

Referenced by admin_page_plugins().

+ +
+
+
- + + + + + + +
if (!function_exists('uninstall_plugin')) if (!function_exists('install_plugin')) if (!function_exists('reload_plugins')) if (!function_exists('register_hook')) if (!function_exists('unregister_hook')) if (!function_exists('load_hooks')) if (!function_exists('call_hooks')) if (!function_exists('get_plugin_info')) if (!function_exists('get_theme_info')) get_theme_screenshot get_theme_info ( $theme)
+
+ +

Referenced by admin_page_themes(), and pretheme_init().

+ +
+
+ +
+
+ + + @@ -226,7 +354,7 @@ Functions
get_theme_screenshot (   $theme)
-

Referenced by construct_page().

+

Referenced by construct_page(), and redstrap_init().

@@ -244,7 +372,7 @@ Functions
-

Referenced by construct_page().

+

Referenced by construct_page(), and redstrap_init().

@@ -280,6 +408,114 @@ Functions

Referenced by App\build_pagehead().

+ + + +
+
+ + + + + + + + +
install_plugin ( $plugin)
+
+ +

Referenced by admin_page_plugins().

+ +
+
+ +
+
+ + + + + + + +
load_hooks ()
+
+ +

Referenced by check_config(), and cli_startup().

+ +
+
+ +
+
+ + + + + + + + +
load_plugin ( $plugin)
+
+ +

Referenced by check_config(), and install_plugin().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
register_hook ( $hook,
 $file,
 $function,
 $priority = 0 
)
+
+ +
+
+ +
+
+ + + + + + + +
reload_plugins ()
+
+ +

Referenced by poller_run().

+
@@ -368,7 +604,75 @@ Functions
-

Referenced by construct_page(), format_css_if_exists(), format_js_if_exists(), and App\set_widget().

+

Referenced by construct_page(), format_css_if_exists(), format_js_if_exists(), FriendicaSmartyEngine\get_markup_template(), Template\get_markup_template(), and App\set_widget().

+ +
+ + +
+
+ + + + + + + + +
uninstall_plugin ( $plugin)
+
+ +

Referenced by admin_page_plugins().

+ +
+
+ +
+
+ + + + + + + + +
unload_plugin ( $plugin)
+
+ +

Referenced by check_config(), and uninstall_plugin().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
unregister_hook ( $hook,
 $file,
 $function 
)
+
-- cgit v1.2.3