aliroCommonExtBase Class Reference

Inheritance diagram for aliroCommonExtBase:

aliroDatabaseRow aliroDBGeneralRow aliroComponent

List of all members.

Public Member Functions

 getXMLObject ()

Protected Attributes

 $xmlobject = null


Detailed Description

Definition at line 243 of file aliroExtensionHandler.php.


Member Function Documentation

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     }


Member Data Documentation

aliroCommonExtBase::$xmlobject = null [protected]

Definition at line 244 of file aliroExtensionHandler.php.


The documentation for this class was generated from the following file:

Generated on Wed May 14 13:01:58 2008 for ALIRO by  doxygen 1.5.5