예제 #1
0
파일: Request.php 프로젝트: andals/vine
 /**
  * Is the request is sent via secure channel (https).
  * @return bool
  */
 public function isSecured()
 {
     return $this->url->getScheme() === 'https';
 }