コード例 #1
0
ファイル: validate.php プロジェクト: nlegoff/Phraseanet
 /**
  * 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');
 }
コード例 #2
0
ファイル: connexion.php プロジェクト: luisbrito/Phraseanet
 /**
  * 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');
 }
コード例 #3
0
ファイル: sent.php プロジェクト: luisbrito/Phraseanet
 /**
  * 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)');
 }
コード例 #4
0
ファイル: nav.php プロジェクト: romainneutron/Phraseanet
 /**
  * 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);
 }