Skip to content

Commit

Permalink
Adding a tiny bit of documentation to App::import().
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 9, 2010
1 parent d5bde3f commit b60f65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/libs/configure.php
Expand Up @@ -845,7 +845,8 @@ function objects($type, $path = null, $cache = true) {
}

/**
* Finds classes based on $name or specific file(s) to search.
* Finds classes based on $name or specific file(s) to search. Calling App::import() will
* not construct any classes contained in the files. It will only find and require() the file.
*
* @link http://book.cakephp.org/view/934/Using-App-import
* @param mixed $type The type of Class if passed as a string, or all params can be passed as
Expand Down

0 comments on commit b60f65f

Please sign in to comment.