Example #1
0
 /**
  *
  * @return string
  */
 public function getHostname()
 {
     return $this->options->getCdnHostname();
 }
Example #2
0
 /**
  * 
  * @param string $realpath
  * @return boolean
  */
 protected function isPartOfCdn($realpath)
 {
     $cdn = $this->options->getBasePath();
     return strstr($realpath, $cdn);
 }