mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix docs about ordering of callbacks.
Refs #GH-555
This commit is contained in:
parent
8c611b236d
commit
75f1a84069
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ class Component extends Object {
|
|||
}
|
||||
|
||||
/**
|
||||
* Called after the Controller::beforeRender(), after the view class is loaded, and before the
|
||||
* Controller::render()
|
||||
* Called before the Controller::beforeRender(), and before
|
||||
* the view class is loaded, and before Controller::render()
|
||||
*
|
||||
* @param Controller $controller Controller with components to beforeRender
|
||||
* @return void
|
||||
|
|
Loading…
Reference in a new issue