Scalr\Service\CloudStack\Client\QueryClient::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( $endpoint, $apiKey, $secretKey, $cloudstack, $platform = 'cloudstack' )
    public function __construct($endpoint, $apiKey, $secretKey, $cloudstack, $platform = 'cloudstack')
    {
        $this->apiKey = $apiKey;
        $this->secretKey = $secretKey;
        $this->endpoint = $endpoint;
        $this->cloudstack = $cloudstack;
        $this->platformName = $platform;
    }