public function __construct($server = null)
 {
     parent::__construct($server);
     $this->response = array();
 }
Пример #2
0
 public function __construct($server = NULL, $scope = NULL, $curlUtils = NULL)
 {
     parent::__construct($server, $scope, $curlUtils);
 }
 public function __construct()
 {
     parent::__construct();
     $this->response = array();
 }