Jump to main content Jump to doc navigation

Event: OnManagerPageAfterRender

Fired in the manager controller, after the processing of content and before returning it. The last event before getting response.

  • Service: 2 - Manager Access Events
  • Group: System

Event Parameters

Name Description
controller The instance of current manager page's controller.

Remarks

Previous event OnManagerPageBeforeRender
Next event
File core/model/modx/modmanagercontroller.class.php
Class abstract class modManagerController
Method public function render()

See Also