Ondrejnov\EET\Dispatcher::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $service, string $key, string $cert )
$key string
$cert string
    public function __construct($service, $key, $cert)
    {
        $this->service = $service;
        $this->key = $key;
        $this->cert = $cert;
        $this->checkRequirements();
    }