/** * Registers the needed assets */ public function registerAssets() { $view = $this->getView(); TimePickerAsset::register($view); $this->registerPlugin($this->pluginName); }
/** * Registers the needed assets */ public function registerAssets() { $view = $this->getView(); TimePickerAsset::register($view); $this->registerPlugin('timepicker'); }