예제 #1
0
파일: Plugin.php 프로젝트: mvc5/framework
 /**
  * @param array $options
  * @return array
  */
 protected function options(array $options = [])
 {
     return $options + [Arg::HOST => $this->request->host(), Arg::PORT => $this->request->port(), Arg::SCHEME => $this->request->scheme()];
 }