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