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

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

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