Gets the pluginID of the plugin.
string
GetPluginID
()
Gets an absolute address of an icon for this plugin
void
GetSystemIcon
()
Gets menu entry string
void
GetSystemMenuEntry
()
Shows help pages
-
IEmbedmentOutputHandler
$Identifier: EmbedmentOutputHandler Outputhandler the content MUST be parse to.
-
string
&$EmbedmentOutputHandler: Identifier String at the end of the URL
Parse a list of entries into HTML TreeNodes
string
ParseTreeNodes
(array $Entries, [string $Parent = ""])
-
array
$Entries: Entries List of entries to parse
-
string
$Parent: Parent Identifier used by ResolveIdentifier
Gets the content of a help page from its identifier
string
ResolveIdentifier
(string $Identifier, [array $Entries = null])
-
string
$Identifier: Identifier for the information you wish to retrive
-
array
$Entries: Entries List of entries to search, defaults all help pages available
Handles a callback from ajax application.
void
SystemCallback
(string $data)
-
string
$data: data Data attached to this callback
Inherited Methods
Inherited From CMS3_System_Plugin
CMS3_System_Plugin::Register()