Ejemplo n.º 1
0
 /**
  * Returns true if $key is a parameter name, false otherwise.
  *
  * @param string $key The parameter to be tested
  *
  * @return boolean
  */
 public function hasParam($key)
 {
     return $this->_content->hasParam($key);
 }