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