Example #1
0
 public function __construct()
 {
     $this->config = ['max_retries' => 0, 'http_client_options' => ['defaults' => ['proxy' => $this->proxy, 'verify' => $this->verifySsl]], 'apiToken' => getenv('TYPEFORM_API_TOKEN')];
     parent::__construct();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     require_once 'CRM/Core/Config.php';
     $config =& CRM_Core_Config::singleton();
 }