init() public method
Initializes the object.
This method is invoked at the end of the constructor after the object is initialized with the given configuration.
public void init ( ) | ||
---|---|---|
throws | yii\base\InvalidConfigException |
if $name is not set. |
init() public method
Initializes the object.
This method is invoked at the end of the constructor after the object is initialized with the given configuration.
public void init ( ) | ||
---|---|---|
throws | yii\base\InvalidConfigException |
if $name is not set. |
Please login to continue.