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