Interface IModule

Description

IModule interface.

This interface must be implemented by application modules.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: interfaces.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /interfaces.php (line 23)


	
			
Method Summary
string getID ()
void init (TXmlElement $config)
void setID (string $id)
Methods
getID (line 33)
  • return: ID of the module
  • access: public
string getID ()
init (line 29)

Initializes the module.

  • access: public
void init (TXmlElement $config)
  • TXmlElement $config: the configuration for the module
setID (line 37)
  • access: public
void setID (string $id)
  • string $id: ID of the module

Documentation generated on Mon, 25 Jun 2012 14:36:48 +0200 by phpDocumentor 1.4.3