DataSift\Storyplayer\OsLib\Base_OSX::determineIpAddress PHP Метод

determineIpAddress() публичный Метод

public determineIpAddress ( HostDetails $hostDetails, DataSift\Storyplayer\HostLib\SupportedHost $host ) : string
$hostDetails HostDetails
$host DataSift\Storyplayer\HostLib\SupportedHost
Результат string
    public function determineIpAddress($hostDetails, SupportedHost $host)
    {
        throw new E5xx_ActionFailed(__METHOD__, "not supported");
    }