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 242 of file aliroExtensionHandler.php.


Member Function Documentation

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     }


Member Data Documentation

aliroCommonExtBase::$xmlobject = null [protected]

Definition at line 243 of file aliroExtensionHandler.php.


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

Generated on Thu Apr 17 13:03:29 2008 for ALIRO by  doxygen 1.5.5