예제 #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();
 }