Example #1
0
 /**
  * リクエストクエリを含まない現在のURLを返す
  * @return string
  */
 public function current_script()
 {
     return Request::current_script();
 }