macgyer\yii2materializecss\widgets\form\TimePicker::init PHP Method

init() public method

Initializes the widget.
public init ( )
    public function init()
    {
        parent::init();
        if (!isset($this->clientOptions['donetext'])) {
            $this->clientOptions['donetext'] = 'Select';
        }
    }