Inherited by Plugin.
Public Member Functions | |
| Plugin_Base () | |
| depend ($plugin) | |
Public Attributes | |
| $web | |
| $depends | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: Base class for all page/template plugins.
Definition at line 11 of file plugin.php.
| Plugin_Base::depend | ( | $ | plugin | ) |
Load another plugin as a dependency of this one. Plugins can only load dependencies of their own kind. Templates plugins load template plugins, page plugins load page plugins.
| string | $plugin The name of the plugin to import. Will be saved as $this->depends->$plugin |
Definition at line 35 of file plugin.php.
References Factory::plugin().
Referenced by tpAJAX::autocomplete(), tpAJAX::autocomplete_multisel(), ppFile::process_image(), tpAJAX::tpAJAX(), tpForm::tpForm(), tpGrid::tpGrid(), tpjqGrid::tpjqGrid(), tpNavigation::tpNavigation(), tpPager::tpPager(), and tpTable::tpTable().
| Plugin_Base::Plugin_Base | ( | ) |
Constructor for all Plugins
Definition at line 19 of file plugin.php.
References Registry::get().
Referenced by Plugin::Plugin().
| Plugin_Base::$depends |
Definition at line 14 of file plugin.php.
| Plugin_Base::$web |
Definition at line 13 of file plugin.php.
1.6.1