DataSift\Storyplayer\HostLib\VagrantVms::startHost PHP Метод

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

public startHost ( stdClass $envDetails ) : void
$envDetails stdClass
Результат void
    public function startHost($envDetails)
    {
        // if you really want to do this from your story, use
        // $st->usingVagrantVm()->startHost()
        throw new E5xx_ActionFailed(__METHOD__, "unsupported operation");
    }