ClassInterface IProvidesContent

Description

class IProvidesContent, Implement this if you plugin exposes viewable content

If you implement this interface you should make sure to register a namespace

Located in /share/System/IProvidesContent.php (line 39)

IPlugin
   |
   --IProvidesContent
Direct descendents
Class Description
 class ILinkable class ILinkable, implement this if your plugin exposes links
Method Summary
 void &GetPage (string $identifier, IOutputHandler &$OutputHandler)
Methods
GetPage (line 58)

Print the page of a given identifier.

  • access: public
void &GetPage (string $identifier, IOutputHandler &$OutputHandler)
  • string $identifier: identifier Identifier of the requested page.
  • IOutputHandler &$OutputHandler: OutputHandler OutputHandler used the parse the output. You may disable this OutputHandler with OutputHandler->Disable() and print the content manually.

Inherited Methods

Inherited From IPlugin

 IPlugin::GetPluginID()
 IPlugin::Register()

Documentation generated on Mon, 30 Apr 2007 01:59:14 +0200 by phpDocumentor 1.3.1