This bundle implements Ching Yaw Hao's clock picker plugin.
See also: https://github.com/chingyawhao/materialize-clockpicker
Author: Christoph Erdmann (yii2-materializecss@pluspunkt-coding.de)
Inheritance: extends yii\web\AssetBundle
 /**
  * Registers the asset bundle and initializes plugin call.
  */
 private function registerAssets()
 {
     $view = $this->getView();
     TimePickerAsset::register($view);
     $this->registerPlugin('pickatime');
 }