macgyer\yii2materializecss\lib\MaterializeWidgetTrait::init PHP Method

init() public method

This method will register the MaterializeAsset bundle. When overriding this method, make sure to call the parent implementation first.
public init ( )
    public function init()
    {
        parent::init();
        if (!isset($this->options['id'])) {
            $this->options['id'] = $this->getId();
        }
    }