release version 2.0.44

This commit is contained in:
Alexander Makarov
2021-12-30 10:50:56 +03:00
parent fe7f5ed0fa
commit 655786b7ed
59 changed files with 208 additions and 259 deletions

View File

@ -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