DataSift\Storyplayer\HostLib\PhysicalHosts::runCommandViaHostManager PHP Метод

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

public runCommandViaHostManager ( stdClass $envDetails, string $command ) : CommandResult
$envDetails stdClass
$command string
Результат DataSift\Storyplayer\CommandLib\CommandResult
    public function runCommandViaHostManager($envDetails, $command)
    {
        throw new E5xx_ActionFailed(__METHOD__, "unsupported operation");
    }