Interface IService

Description

IService interface.

This interface must be implemented by services.

Located in /interfaces.php (line 50)


	
			
Method Summary
string getID ()
void init (TXmlElement $config)
void run ()
void setID (string $id)
Methods
getID (line 60)
  • return: ID of the service
  • access: public
string getID ()
init (line 56)

Initializes the service.

  • access: public
void init (TXmlElement $config)
  • TXmlElement $config: the configuration for the service
run (line 68)

Runs the service.

  • access: public
void run ()
setID (line 64)
  • access: public
void setID (string $id)
  • string $id: ID of the service

Documentation generated on Sun, 04 Jun 2006 18:58:27 -0400 by phpDocumentor 1.3.0RC4