Esempio n. 1
0
 /**
  * constructor
  *
  * @param Application $app
  * @param string      $arg1    start date of the  report
  * @param string      $arg2    end date of the report
  * @param integer     $sbas_id id of the databox
  * @param string      $collist
  */
 public function __construct(Application $app, $arg1, $arg2, $sbas_id, $collist)
 {
     parent::__construct($app, $arg1, $arg2, $sbas_id, $collist);
     $this->title = $this->app->trans('report:: validated documents');
 }
Esempio n. 2
0
 /**
  * constructor
  *
  * @param Application $app
  * @param string      $arg1    start date of the  report
  * @param string      $arg2    end date of the report
  * @param integer     $sbas_id id of the databox
  * @param string      $collist
  */
 public function __construct(Application $app, $arg1, $arg2, $sbas_id, $collist)
 {
     parent::__construct($app, $arg1, $arg2, $sbas_id, '');
     $this->title = $this->app->trans('report::Connexions');
 }
Esempio n. 3
0
 /**
  * constructor
  *
  * @param Application $app
  * @param string      $arg1    start date of the  report
  * @param string      $arg2    end date of the report
  * @param integer     $sbas_id id of the databox
  * @param string      $collist
  */
 public function __construct(Application $app, $arg1, $arg2, $sbas_id, $collist)
 {
     parent::__construct($app, $arg1, $arg2, $sbas_id, $collist);
     $this->title = $this->app->trans('Sent documents (mail)');
 }
Esempio n. 4
0
 /**
  * constructor
  *
  * @param Application $app
  * @param string      $arg1    start date of the report
  * @param string      $arg2    end date of the report
  * @param integer     $sbas_id databox id
  * @param string      $collist
  */
 public function __construct(Application $app, $arg1, $arg2, $sbas_id, $collist)
 {
     parent::__construct($app, $arg1, $arg2, $sbas_id, $collist);
 }