コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('GetPrintReport');
     $this->exposeMethod('GetXLS');
     $this->exposeMethod('GetCSV');
 }
コード例 #2
0
ファイル: Header.php プロジェクト: cin-system/cinrepo
 function __construct()
 {
     global $log;
     parent::__construct();
 }
コード例 #3
0
ファイル: Header.php プロジェクト: cannking/vtigercrm-debug
 function __construct()
 {
     parent::__construct();
 }