ClassInterface IEmbedmentOutputHandler

Description

Interface IEmbedmentOutputHandler, used for processing embedments

Located in /share/System/IEmbedmentOutputHandler.php (line 37)

IPlugin
   |
   --IEmbedmentOutputHandler
Direct descendents
Class Description
 class IOutputHandler class IOutputHandler, implement this if your plugin is and OutputHandler
Method Summary
 void ExtentHeader (string $line)
 string GetContent ()
 string GetHeader ()
 void SetBody (string $body, [array $List = null])
Methods
ExtentHeader (line 54)

Data provided by use of this method may be left out if the OutputHandler wishes to print something else the HTML, therefor don't add important information here.

  • access: public
void ExtentHeader (string $line)
  • string $line: line A line you wish to add to the header.
GetContent (line 84)

Gets content ready to be printed

This does not include header, only the body content.

  • return: Content ready for print
  • access: public
string GetContent ()
GetHeader (line 91)

Gets the header extension

  • return: Lines to be added to the header
  • access: public
string GetHeader ()
SetBody (line 73)

Set the body if the page, read parameter documentation.

  • access: public
void SetBody (string $body, [array $List = null])
  • string $body: body Body of the page, or description of a channel.
  • array $List: List Parse a list, use this feature if you wish to parse a list. This will also enable to OutputHandler to print a feed. This parameter is optional, if set the first parameter will define the description of the channel, and every body and title in this array will define an entry. Array layout: [body,body,...] or [[title,body],[title,body],...]

Inherited Methods

Inherited From IPlugin

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

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