mtclient::getSupportedMethods PHP Метод

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

public getSupportedMethods ( )
    function getSupportedMethods()
    {
        $r = new xmlrpcmsg("mt.supportedMethods");
        $r = $this->exec($r);
        return $r;
    }