Beispiel #1
0
 /**
  * init
  *
  * @return  void
  */
 public function boot()
 {
     parent::boot();
     Translator::loadFile('phoenix', 'ini', $this);
 }
Beispiel #2
0
 /**
  * initialise
  *
  * @throws  \LogicException
  * @return  void
  */
 public function boot()
 {
     parent::boot();
     TranslatorHelper::loadAll($this);
 }
Beispiel #3
0
 /**
  * initialise
  *
  * @throws  \LogicException
  * @return  void
  */
 public function boot()
 {
     parent::boot();
 }
Beispiel #4
0
 /**
  * initialise
  *
  * @throws  \LogicException
  * @return  void
  */
 public function boot()
 {
     parent::boot();
     // Add your own boot logic
 }