__construct() public method

public __construct ( array $scope = null, CurlUtils $curlUtils = null )
$scope array
$curlUtils CurlUtils optional, curl utility to be used for HTTP
 public function __construct($server = null)
 {
     parent::__construct($server);
     $this->response = array();
 }
Beispiel #2
0
 public function __construct($server = NULL, $scope = NULL, $curlUtils = NULL)
 {
     parent::__construct($server, $scope, $curlUtils);
 }
 public function __construct()
 {
     parent::__construct();
     $this->response = array();
 }