
Public Member Functions | |
| getValue ($property) | |
Definition at line 16 of file aliroJoomla.php.
| 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 }
1.5.5