aliroJoomla Class Reference

Inheritance diagram for aliroJoomla:

aliroFriendlyBase

List of all members.

Public Member Functions

 getValue ($property)


Detailed Description

Definition at line 16 of file aliroJoomla.php.


Member Function Documentation

aliroJoomla::getValue ( property  ) 

Definition at line 17 of file aliroJoomla.php.

References aliroFriendlyBase::getCfg().

00017                                          {
00018         $parts = explode('.', $property);
00019         $p = count($parts) > 1 ? $parts[1] : $parts[0];
00020         return $this->getCfg($p);
00021     }


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

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