Beispiel #1
0
 /**
  *
  * @param <type> $pKey
  * @param $pValue
  * @return <type>
  */
 public function set_prop($pKey, $pValue)
 {
     switch (strtolower($pKey)) {
         case 'action':
             return $this->set_action($pValue);
             break;
         default:
             return parent::set_prop($pKey, $pValue);
     }
 }