Ovh\Dedicated\Server\Server::getBootOptionsProperties PHP Метод

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

public getBootOptionsProperties ( $bootId, $option )
$bootId
    public function getBootOptionsProperties($bootId, $option)
    {
        return json_decode(self::getClient()->getBootOptionsProperties($this->getDomain(), $bootId, $option));
    }