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

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

Get Partition Properties Ajout by @Thibautg16 le 01/06/2014
public getStatisticsPartitionProperties ( $partition ) : Object
$partition
Результат Object
    public function getStatisticsPartitionProperties($partition)
    {
        return json_decode(self::getClient()->getStatisticsPartitionProperties($this->getDomain(), $partition));
    }