Kohkimakimoto\Worker\HttpServer\HttpServer::setAPIKey PHP 메소드

setAPIKey() 공개 메소드

public setAPIKey ( $apiKey )
    public function setAPIKey($apiKey)
    {
        $this->apiKeys[$apiKey] = true;
    }