예제 #1
0
 /**
  * Magic "__unset" method
  *
  * Allows the ability to arbitrarily remove a parameter from this instance
  * while treating it as an instance property
  *
  * @param string $param The name of the parameter
  * @return void
  */
 public function __unset($param)
 {
     $this->params_named->remove($param);
 }