Example #1
0
 /**
  * @param string $key
  * return mixed
  */
 public function get($key)
 {
     return $this->route->getHttpParams($key);
 }