mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
release version 2.0.44
This commit is contained in:
@ -25,12 +25,12 @@ use yii\di\ServiceLocator;
|
||||
*
|
||||
* @property-write array $aliases List of path aliases to be defined. The array keys are alias names (must
|
||||
* start with `@`) and the array values are the corresponding paths or aliases. See [[setAliases()]] for an
|
||||
* example. This property is write-only.
|
||||
* example.
|
||||
* @property string $basePath The root directory of the module.
|
||||
* @property string $controllerPath The root directory that contains the controller classes.
|
||||
* @property string $controllerPath The directory that contains the controller classes.
|
||||
* @property string $layoutPath The root directory of layout files. Defaults to "[[viewPath]]/layouts".
|
||||
* @property array $modules The modules (indexed by their IDs).
|
||||
* @property-read string $uniqueId The unique ID of the module. This property is read-only.
|
||||
* @property-read string $uniqueId The unique ID of the module.
|
||||
* @property string $version The version of this module. Note that the type of this property differs in getter
|
||||
* and setter. See [[getVersion()]] and [[setVersion()]] for details.
|
||||
* @property string $viewPath The root directory of view files. Defaults to "[[basePath]]/views".
|
||||
@ -130,7 +130,6 @@ class Module extends ServiceLocator
|
||||
* @var array child modules of this module
|
||||
*/
|
||||
private $_modules = [];
|
||||
|
||||
/**
|
||||
* @var string|callable the version of this module.
|
||||
* Version can be specified as a PHP callback, which can accept module instance as an argument and should
|
||||
|
Reference in New Issue
Block a user