Esempio n. 1
0
 protected function getCABundle()
 {
     if (!isset($this->caBundle)) {
         $this->caBundle = \Psc\PSC::getResources()->getFile('cabundle.crt');
     }
     return $this->caBundle;
 }