/**
  * register asset
  */
 public function run()
 {
     $view = $this->getView();
     NotieAsset::register($view);
     $this->overrideConfirm();
     parent::run();
 }
 /**
  * register asset
  */
 public function init()
 {
     $view = $this->getView();
     $bundle = LobiboxAsset::register($view);
     if (!$this->soundPath) {
         $this->soundPath = $bundle->baseUrl . '/sounds/';
     }
     $this->overrideConfirm();
     parent::init();
 }
 /**
  * register asset
  */
 public function run()
 {
     $view = $this->getView();
     IgrowlAsset::register($view);
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     PNotifyAsset::register($this->getView());
     $this->overrideConfirm();
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     $view = $this->getView();
     JqueryNotifyBarAsset::register($view);
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     $view = $this->getView();
     NotifyjsAsset::register($view);
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     Notific8Asset::register($this->getView());
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     $view = $this->getView();
     BootstrapNotifyAsset::register($view);
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     JqueryNotifyAsset::register($this->getView());
     parent::run();
 }
 /**
  * register asset
  */
 public function run()
 {
     $this->registerAssets();
     $this->overrideConfirm();
     parent::run();
 }