예제 #1
0
 public function __construct(Application $app)
 {
     parent::__construct($app);
     $this->group = $this->app->trans('Validation');
 }
예제 #2
0
 public function __construct(Application $app)
 {
     parent::__construct($app);
     $this->group = $this->app->trans('Commande');
     return $this;
 }
 /**
  *
  * @return notify_validationreminder
  */
 public function __construct(Application $app, eventsmanager_broker $broker)
 {
     parent::__construct($app, $broker);
     $this->group = $this->app->trans('Validation');
     return $this;
 }