示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('step3');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('editReport');
     $this->exposeMethod('ReportGrouping');
     $this->exposeMethod('ReportColumns');
     $this->exposeMethod('ChangeSteps');
 }
示例#3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Events');
     $this->exposeMethod('Calendar');
 }