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;
    }