added better comments to loader::register function.
This commit is contained in:
parent
b4aa39ab83
commit
30b7eebfdb
|
|
@ -58,7 +58,8 @@ public static function load($class)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a path with the auto-loader.
|
* Register a path with the auto-loader. After registering the path, it will be
|
||||||
|
* checked similarly to the models and libraries directories.
|
||||||
*
|
*
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* @return void
|
* @return void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue