Pluginset class This class manages plugins as a set. It is designed for use by webpages, which can have many types of plugin content defined for them.
Located in /plugin-defs.php (line 268)
Constructor Create a new plugin set. This is just a container for plugins.
Adds content to the given plugin. If the plugin doesn't exist yet, then we create it first. If it already exists, then we append the new content to it.
Add a new plugin to the plugin set. The type of plugin is determined from the content passed as the second paramter. Allowed data-types for content: object (must inherit RenderableObject), a function definition, a file-path, or just literal content.
This method takes the given template, and renders the plugins on it one by one. Each plugin is applied to the template, replacing all occurences of the appropriate tag based on the pluginid. Then finally the resulting string is returned.
Documentation generated by phpDocumentor 1.3.0RC3