Beispiel #1
0
 public function &get($k, $v = null)
 {
     if (!$this->has($k)) {
         throw new Exception\UndefinedParam($k);
     }
     return parent::get($k);
 }