__construct() public method
Constructor.
public void __construct ( $id, $parent = null, $config = [] ) | ||
---|---|---|
$id | string |
The ID of this module. |
$parent | yii\base\Module |
The parent module (if any). |
$config | array |
Name-value pairs that will be used to initialize the object properties. |
Please login to continue.