Class CMS3_Gallery

Description

Implements interfaces:

Very simple plugin that allows creation of an image gallery

Located in /lib/Gallery/CMS3_Gallery.php (line 32)

CMS3_System_Plugin
   |
   --CMS3_Gallery
Method Summary
 IEmbedmentOutputHandler &Configure ([IEmbedmentOutputHandler $Identifier = null],  &$EmbedmentOutputHandler)
 array GetLinks ()
 void &GetPage (string $identifier, IOutputHandler &$OutputHandler)
 string GetPluginID ()
 void GetSystemIcon ()
 IEmbedmentOutputHandler &ModifyContent ([IEmbedmentOutputHandler $Identifier = null], string &$EmbedmentOutputHandler)
 bool Remove ()
 void SystemCallback (string $data)
Variables

Inherited Variables

Inherited from CMS3_System_Plugin

CMS3_System_Plugin::$Owner
Methods
Configure (line 256)

Gets a dojo based ajax guide for configuration of the plugin.

  • access: public
IEmbedmentOutputHandler &Configure ([IEmbedmentOutputHandler $Identifier = null],  &$EmbedmentOutputHandler)
GetControlCenterIcon (line 237)

Gets an absolute address of an icon for this plugin

  • access: public
void GetControlCenterIcon ()
GetControlCenterMenuEntry (line 244)

Gets menu entry string

  • access: public
void GetControlCenterMenuEntry ()
GetLinks (line 342)

Gets a list of links that the plugins exposes

Each entry in the array is an array with 3 fields, one for the display name, one for the URL of the page, and one for an array of sub entries. Each sub entry consits of 3 fields, just like the toplevel entries.

  • access: public
array GetLinks ()
GetPage (line 47)

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.
GetPluginID (line 226)

Gets the pluginID of the plugin.

  • access: public
string GetPluginID ()
GetSystemIcon (line 206)

Gets an absolute address of an icon for this plugin

  • access: public
void GetSystemIcon ()
GetSystemMenuEntry (line 213)

Gets menu entry string

  • access: public
void GetSystemMenuEntry ()
ModifyContent (line 95)

Gets an Ajax guide for modification of the content.

  • access: public
IEmbedmentOutputHandler &ModifyContent ([IEmbedmentOutputHandler $Identifier = null], string &$EmbedmentOutputHandler)
  • IEmbedmentOutputHandler $Identifier: EmbedmentOutputHandler Outputhandler the content MUST be parse to.
  • string &$EmbedmentOutputHandler: Identifier String at the end of the URL
Remove (line 377)

Unregisters namespace

  • return: True/false depending in success
  • access: public
bool Remove ()
SystemCallback (line 279)

Handles a callback from ajax application.

  • access: public
void SystemCallback (string $data)
  • string $data: data Data attached to this callback

Inherited Methods

Inherited From CMS3_System_Plugin

 CMS3_System_Plugin::Register()

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