Inheritance diagram for StaticPagesPlugin:

Public Member Functions | |
| callbackHandleContent ($hookName, $args) | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getInstallSchemaFile () | |
| getManagementVerbs () | |
| getName () | |
| isTinyMCEInstalled () | |
| manage ($verb, $args) | |
| register ($category, $path) | |
| setEnabled ($enabled) | |
Definition at line 18 of file StaticPagesPlugin.inc.php.
| StaticPagesPlugin.callbackHandleContent | ( | $ | hookName, | |
| $ | args | |||
| ) |
Declare the handler function to process the actual page PATH
Definition at line 72 of file StaticPagesPlugin.inc.php.
Referenced by register().
| StaticPagesPlugin.getEnabled | ( | ) |
Determine whether or not this plugin is enabled.
Definition at line 89 of file StaticPagesPlugin.inc.php.
References Request.getConference(), and Plugin.getSetting().
Referenced by getManagementVerbs(), and register().
| StaticPagesPlugin.getInstallSchemaFile | ( | ) |
Get the filename of the ADODB schema for this plugin.
Definition at line 253 of file StaticPagesPlugin.inc.php.
| StaticPagesPlugin.getManagementVerbs | ( | ) |
Display verbs for the management interface.
Definition at line 109 of file StaticPagesPlugin.inc.php.
References getEnabled(), and isTinyMCEInstalled().
| StaticPagesPlugin.manage | ( | $ | verb, | |
| $ | args | |||
| ) |
Perform management functions
Definition at line 134 of file StaticPagesPlugin.inc.php.
References Request.getConference(), getDisplayName(), getName(), Request.redirect(), setEnabled(), and Request.url().
| StaticPagesPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Register the plugin, attaching to hooks as necessary.
| $category | string | |
| $path | string |
Reimplemented from Plugin.
Definition at line 50 of file StaticPagesPlugin.inc.php.
References callbackHandleContent(), and getEnabled().
| StaticPagesPlugin.setEnabled | ( | $ | enabled | ) |
Set the enabled/disabled state of this plugin
Definition at line 98 of file StaticPagesPlugin.inc.php.
References Request.getConference(), and Plugin.updateSetting().
Referenced by manage().
1.4.7