Changing the doc block of Controller::_getViewObject()

This commit is contained in:
Florian Krämer 2013-01-25 12:45:08 +01:00
parent d242081067
commit d269b28ece

View file

@ -1217,7 +1217,7 @@ class Controller extends Object implements CakeEventListener {
}
/**
* Constructs the view class based on the controller properties
* Constructs the view class instance based on the controller property
*
* @return View
*/