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

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

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