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

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

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