implementedEvents() public method

Events supported by this component.
public implementedEvents ( ) : array
return array
 /**
  * Events supported by this component.
  *
  * @return array
  */
 public function implementedEvents()
 {
     return ['Controller.beforeRender' => 'beforeRender'] + parent::implementedEvents();
 }