Prado\TComponentReflection::getEvents PHP Method

getEvents() public method

public getEvents ( ) : array
return 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;
    }