Inheritance diagram for Plugin:
Collaboration diagram for Plugin:Public Member Functions | |
| info () | |
| __construct () | |
| _help_plugin_config_plugin ($actions, $plugin_id) | |
| _help_plugin_ui_plugin ($plugin_id, $action) | |
| get_version () | |
Template plugin object which specific plugin objects should extend This object provides the basic constructor used to ensure that plugin actions are registered against the appropriate dispatcher
Definition at line 15 of file plugin.php.
| Plugin::__construct | ( | ) | [final] |
Plugin constructor. Plugins should not define their own constructors, because they are instantiated to extract plugin info. Instead, include a sink for a "init" hook which is executed immediately after the plugin is loaded during normal execution.
Reimplemented from Pluggable.
Definition at line 42 of file plugin.php.
| Plugin::_help_plugin_config_plugin | ( | $ | actions, | |
| $ | plugin_id | |||
| ) |
Registered to the plugin_config hook to supply help via a plugin's help in xml
| array | $actions An array of actions applicable to this plugin | |
| string | $plugin_id The plugin id to which the actions belong |
Definition at line 54 of file plugin.php.
| Plugin::_help_plugin_ui_plugin | ( | $ | plugin_id, | |
| $ | action | |||
| ) |
Registered to the plugin_ui hook to supply help via a plugin's help in xml
| string | $plugin_id The id of the plugin whose action was triggered | |
| string | $action The action triggered |
Definition at line 74 of file plugin.php.
| Plugin::get_version | ( | ) |
Provide a method to return the version number from the plugin xml
Reimplemented from Pluggable.
Definition at line 89 of file plugin.php.
| Plugin::info | ( | ) | [final] |
Loads a theme's metadata from an XML file in theme's directory.
Definition at line 23 of file plugin.php.
Referenced by _help_plugin_config_plugin(), _help_plugin_ui_plugin(), ViddlerSilo::action_plugin_ui(), and get_version().
1.7.1