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