mtclient::getSupportedMethods PHP Method

getSupportedMethods() public method

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