ページライフサイクルについて、ドキュメントがどこにあるのかよく忘れるのでメモ。
以下、OctoberCMSのドキュメントから抜粋。
- Layout
onInit()function. - Page
onInit()function. - Layout
onStart()function. - Layout components
onRun()method. - Layout
onBeforePageStart()function. - Page
onStart()function. - Page components
onRun()method. - Page
onEnd()function. - Layout
onEnd()function.