Ovh\Dedicated\Server\Server::getStatisticsMotherboard PHP Method

getStatisticsMotherboard() public method

Get Motherboard Informations Ajout by @Thibautg16 le 01/06/2014
public getStatisticsMotherboard ( ) : Object
return Object
    public function getStatisticsMotherboard()
    {
        return json_decode(self::getClient()->getStatisticsMotherboard($this->getDomain()));
    }