示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showRelatedRecords');
     $this->exposeMethod('showCharts');
     $this->exposeMethod('showGantt');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showSummary');
 }
示例#3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getListDocuments');
 }
示例#4
0
 function __construct()
 {
     parent::__construct();
 }