Skip to content

Commit

Permalink
another @see
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed May 23, 2014
1 parent 44d7d5f commit 12a0a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ public static function setAlias($alias, $path)
* will be loaded using the `@yii/bootstrap` alias which points to the directory where bootstrap extension
* files are installed and all classes from other `yii` namespaces will be loaded from the yii framework directory.
*
* Also the [guide section on autoloading][guide-concept-autoloading].
*
* @param string $className the fully qualified class name without a leading backslash "\"
* @throws UnknownClassException if the class does not exist in the class file
* @see the [guide section on autoloading][guide-concept-autoloading].
*/
public static function autoload($className)
{
Expand Down

0 comments on commit 12a0a4e

Please sign in to comment.