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