Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6.1.1. view hook types

hook type

description

beforeInitalizebeforeInitialize

This hook is executed before view state initialization

afterInitialize

This hook is executed after initialization, but before event execution

beforeRender

This is most common used hook type. This hook is executed after event execution, just before response is send to clients browser

...