Beispiel #1
0
 /**
  * Gets instance config item
  * @param string $name Config item name
  * @returns SpawConfigItem      
  */
 function getConfigItem($name)
 {
     return $this->config->getConfigItem($name);
 }