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

Events supported by this component.
public implementedEvents ( ) : array
Результат array
 /**
  * Events supported by this component.
  *
  * @return array
  */
 public function implementedEvents()
 {
     return ['Controller.beforeRender' => 'beforeRender'] + parent::implementedEvents();
 }