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

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

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