DataSift\Storyplayer\DeviceLib\BaseAdapter::hasHttpBasicAuthForHost PHP Method

hasHttpBasicAuthForHost() public method

public hasHttpBasicAuthForHost ( string $hostname ) : boolean
$hostname string
return boolean
    public function hasHttpBasicAuthForHost($hostname)
    {
        return isset($this->httpAuthDetails[$hostname]);
    }