예제 #1
0
 public function __get($sName)
 {
     if ($this->oActionReflection->hasProperty($sName)) {
         return call_user_func_array(array($this->oAction, 'ActionGet'), array($sName));
     }
     return parent::__get($sName);
 }