Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 protected function attachDefaultListeners()
 {
     $events = $this->events;
     $events->attach('update.post', array($this, 'updateCarousel'));
     parent::attachDefaultListeners();
     return $this;
 }
Exemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 protected function attachDefaultListeners()
 {
     $events = $this->events;
     $events->attach('update.pre', array($this, 'updateSchema'));
     parent::attachDefaultListeners();
     return $this;
 }
Exemplo n.º 3
0
 protected function attachDefaultListeners()
 {
     $events = $this->events;
     $events->attach('install.post', array($this, 'postUpdate'));
     parent::attachDefaultListeners();
     return $this;
 }