![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| __destruct () | |
| getPluginInfo () | |
| runPlugin ($data, $options) | |
Main loader class
| __destruct | ( | ) |
Prevent our main destructor being called by this class
public
Reimplemented from output.
| getPluginInfo | ( | ) |
Return information about this modifier.
It MUST contain an array of available options in 'options'. If there are no allowed options, then use an empty array. Failure to keep this up to date will most likely break your template tag.
public
Implements interfaceTemplatePlugins.
| runPlugin | ( | $ | data, |
| $ | options | ||
| ) |
Run the plug-in
public
| string | The initial data from the tag |
| array | Array of options |
Implements interfaceTemplatePlugins.