Kohkimakimoto\Worker\HttpServer\HttpServer::setAPIKey PHP Method

setAPIKey() public method

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