|
|
@ -343,7 +343,6 @@ class YiiBase |
|
|
|
* |
|
|
|
* |
|
|
|
* @param string $className the fully qualified class name without leading \ |
|
|
|
* @param string $className the fully qualified class name without leading \ |
|
|
|
* @return boolean whether the class has been loaded successfully |
|
|
|
* @return boolean whether the class has been loaded successfully |
|
|
|
* @throws InvalidConfigException if the class file does not exist |
|
|
|
|
|
|
|
* @throws UnknownClassException if the class does not exist in the class file |
|
|
|
* @throws UnknownClassException if the class does not exist in the class file |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static function autoload($className) |
|
|
|
public static function autoload($className) |
|
|
|