Ejemplo n.º 1
0
 /**
  *
  * @param string $pKey
  * @param $pValue
  * @return scalar
  */
 public function get_prop($pKey)
 {
     switch (strtolower($pKey)) {
         case 'action':
             return $this->get_action();
             break;
         default:
             return parent::get_prop($pKey);
     }
 }