Commit 9f716488 by Qiang Xue

.

parent 2dabbb8c
...@@ -88,7 +88,8 @@ abstract class Module extends Component implements Initable ...@@ -88,7 +88,8 @@ abstract class Module extends Component implements Initable
/** /**
* Initializes the module. * Initializes the module.
* This method is called after the module is created and initialized with property values * This method is called after the module is created and initialized with property values
* given in configuration. * given in configuration. The default implement will create a path alias using the module [[id]]
* and then call [[preloadComponents()]] to load components that are declared in [[preload]].
*/ */
public function init() public function init()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment