Prado\TComponentReflection::getMethods PHP Метод

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

public getMethods ( ) : array
Результат 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;
    }