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