DataSift\Storyplayer\OsLib\Base_OSX::determineIpAddress PHP Method

determineIpAddress() public method

public determineIpAddress ( HostDetails $hostDetails, DataSift\Storyplayer\HostLib\SupportedHost $host ) : string
$hostDetails HostDetails
$host DataSift\Storyplayer\HostLib\SupportedHost
return string
    public function determineIpAddress($hostDetails, SupportedHost $host)
    {
        throw new E5xx_ActionFailed(__METHOD__, "not supported");
    }