Skip to content

Commit

Permalink
Removing some mentions of cakeError as its been removed. Also adding …
Browse files Browse the repository at this point in the history
…information about exceptions that can be raised.
  • Loading branch information
markstory committed Sep 2, 2010
1 parent 063fcf5 commit 2e8a60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/libs/controller/controller.php
Expand Up @@ -491,9 +491,10 @@ protected function __mergeVars() {
* see Controller::loadModel(); for more info.
* Loads Components and prepares them for initialization.
*
* @return mixed true if models found and instance created, or cakeError if models not found.
* @return mixed true if models found and instance created.
* @see Controller::loadModel()
* @link http://book.cakephp.org/view/977/Controller-Methods#constructClasses-986
* @throws MissingModelException
*/
public function constructClasses() {
$this->__mergeVars();
Expand Down

0 comments on commit 2e8a60f

Please sign in to comment.