Prado\TComponentReflection::getEvents PHP Méthode

getEvents() public méthode

public getEvents ( ) : array
Résultat array list of component events. Array keys are event names. Each array element is of the following structure: [protected]=>whether the event is protected or not [class]=>the class where the event is inherited from. [comments]=>comments associated with the event.
    public function getEvents()
    {
        return $this->_events;
    }