function __construct()
 {
     parent::__construct();
     $this->exposeMethod('GetPrintReport');
     $this->exposeMethod('GetXLS');
     $this->exposeMethod('GetCSV');
 }
Exemple #2
0
 function __construct()
 {
     global $log;
     parent::__construct();
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
 }