Prado\TComponentReflection::getMethods PHP Method

getMethods() public method

public getMethods ( ) : array
return array list of public/protected methods. Array keys are method names. Each array element is of the following structure: [protected]=>whether the method is protected or not [static]=>whether the method is static or not [class]=>the class where the property is inherited from, [comments]=>comments associated with the event.
    public function getMethods()
    {
        return $this->_methods;
    }