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

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

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