Ovh\Dedicated\Server\Server::getCompatibleTemplates PHP 메소드

getCompatibleTemplates() 공개 메소드

* Get list of installation templates compatible with server
    public function getCompatibleTemplates()
    {
        return json_decode(self::getClient()->getCompatibleTemplates($this->getDomain()));
    }