Class MachII_framework_PropertyManager

Description

Manages defined properties.

Located in /MachII/framework/PropertyManager.php (line 11)


	
			
Method Summary
MachII_framework_PropertyManager __construct (SimpleXMLElement $configXml, MachII_framework_AppManager $appManager)
void configure ()
array getProperties ()
mixed|void getProperty (string $propertyName)
boolean hasProperty (string $propertyName)
void setAppManager (MachII_framework_AppManager $appManager)
void setProperty (string $propertyName, mixed $propertyValue)
Methods
Constructor __construct (line 37)
MachII_framework_PropertyManager __construct (SimpleXMLElement $configXml, MachII_framework_AppManager $appManager)
configure (line 54)

Configure the property manager.

  • internal: doesn't do anything at this time.
void configure ()
getAppManager (line 104)
MachII_framework_AppManager getAppManager ()
getProperties (line 79)
  • return: associative array of defined properties
array getProperties ()
getProperty (line 60)
mixed|void getProperty (string $propertyName)
  • string $propertyName
hasProperty (line 88)
boolean hasProperty (string $propertyName)
  • string $propertyName
setAppManager (line 96)
void setAppManager (MachII_framework_AppManager $appManager)
setProperty (line 71)
void setProperty (string $propertyName, mixed $propertyValue)
  • string $propertyName
  • mixed $propertyValue

Documentation generated on Thu, 20 Jan 2005 10:47:37 -0800 by phpDocumentor 1.3.0RC3