Fix docs about ordering of callbacks.

Refs #GH-555
This commit is contained in:
mark_story 2012-03-11 21:35:11 -04:00
parent 8c611b236d
commit 75f1a84069

View file

@ -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