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