Exemplo n.º 1
0
 /**
  * __get 
  * 
  * @param mixed $propertyName 
  * @throws ezcBasePropertyNotFoundException
  *          If a the value for the property options is not an instance of
  * @return mixed
  * @ignore
  */
 public function __get($propertyName)
 {
     switch ($propertyName) {
         case 'additionalAxis':
             return $this->additionalAxis;
     }
     return parent::__get($propertyName);
 }