예제 #1
0
파일: Request.php 프로젝트: Calmacil/GotCm
 /**
  * @param string $key
  * return mixed
  */
 public function get($key)
 {
     return $this->route->getHttpParams($key);
 }