mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing some mentions of cakeError as its been removed. Also adding information about exceptions that can be raised.
This commit is contained in:
parent
063fcf557d
commit
2e8a60f932
1 changed files with 2 additions and 1 deletions
|
@ -491,9 +491,10 @@ class Controller extends Object {
|
|||
* 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();
|
||||
|
|
Loading…
Add table
Reference in a new issue