setModule() public method
Adds a sub-module to this module.
public void setModule ( $id, $module ) | ||
---|---|---|
$id | string |
Module ID. |
$module | yii\base\Module|array|null |
The sub-module to be added to this module. This can be one of the following:
|
setModule() public method
Adds a sub-module to this module.
public void setModule ( $id, $module ) | ||
---|---|---|
$id | string |
Module ID. |
$module | yii\base\Module|array|null |
The sub-module to be added to this module. This can be one of the following:
|
Please login to continue.