Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('applyDBChanges');
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showAdvancedSearch');
     $this->exposeMethod('showSearchResults');
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
 }
Beispiel #4
0
 function __construct()
 {
     global $log;
     parent::__construct();
 }