Exemplo n.º 1
0
 public function isCdnEnabled()
 {
     // If CDN object is not already populated, try to populate it.
     if (null === $this->cdn) {
         $this->refreshCdnObject();
     }
     return $this->cdn instanceof CDNContainer && $this->cdn->isCdnEnabled();
 }
Exemplo n.º 2
0
 public function isCdnEnabled()
 {
     return $this->cdn instanceof CDNContainer && $this->cdn->isCdnEnabled();
 }