コード例 #1
0
 private function __construct()
 {
     ClassLoader::register();
     $this->curl = new \Curl();
     $this->services = $this->loadServiceDescriptions();
 }
コード例 #2
0
 public function __construct($secretKey)
 {
     \HelpScout\ClassLoader::register();
     $this->secretKey = $secretKey;
 }
コード例 #3
0
 private function __construct()
 {
     ClassLoader::register();
 }