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.
void
ExtentHeader
(string $line)
-
string
$line: line A line you wish to add to the header.
Implementation of:
- IEmbedmentOutputHandler::ExtentHeader()
- 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.
Gets content ready to be printed
This does not include header, only the body content.
string
GetContent
()
Implementation of:
- IEmbedmentOutputHandler::GetContent()
- Gets content ready to be printed
Gets the pluginID of the plugin.
string
GetPluginID
()
Implementation of:
- IPlugin::GetPluginID()
- Gets the pluginID of the plugin.
-
CMS3_System
&$Owner: Owner The CMS3_System that owns this plugin, gives the plugin ability to get data from CMS3_System
Implementation of:
- IPlugin::Register()
Set the body if the page, read parameter documentation.
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],...]
Implementation of:
- IEmbedmentOutputHandler::SetBody()
- Set the body if the page, read parameter documentation.