ClassInterface IConfigBase

Description

Interface definition for misc configuration handler.

Located in /contenido/classes/mp/class.confighandler.php (line 42)


	
			
Method Summary
 void get ()
 void remove ()
 void set (mixed $param)
Methods
get (line 47)

Method to get configuration, must be overwritten by child.

  • access: public
void get ()
remove (line 59)

Method to remove configuration, must be overwritten by child.

  • access: public
void remove ()
set (line 54)

Method to set configuration, must be overwritten by child.

  • access: public
void set (mixed $param)
  • mixed $param: Assoziative array or another type of variable

Documentation generated on Sun, 08 Feb 2009 22:00:25 +0100 by phpDocumentor 1.4.1