
Public Member Functions | |
| getXMLObject () | |
Protected Attributes | |
| $xmlobject = null | |
Definition at line 242 of file aliroExtensionHandler.php.
| aliroCommonExtBase::getXMLObject | ( | ) |
Definition at line 245 of file aliroExtensionHandler.php.
References aliroCore::getInstance(), and aliroExtensionHandler::getInstance().
00245 { 00246 if (is_null($this->xmlobject)) { 00247 $field = $this->formalfield; 00248 $formalname = $this->$field; 00249 $extension = aliroExtensionHandler::getInstance()->getExtensionByName ($formalname); 00250 $this->xmlobject = simplexml_load_file(aliroCore::getInstance()->getCfg('absolute_path').$extension->xmlfile); 00251 } 00252 return $this->xmlobject; 00253 }
aliroCommonExtBase::$xmlobject = null [protected] |
Definition at line 243 of file aliroExtensionHandler.php.
1.5.5