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