예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('step3');
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('importUserModuleStep1');
     $this->exposeMethod('importUserModuleStep2');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('searchExtension');
     $this->exposeMethod('detail');
     $this->exposeMethod('installationLog');
     $this->exposeMethod('oneClickInstall');
 }
예제 #4
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getSettingsShortCutBlock');
 }
예제 #5
0
 function __construct()
 {
     parent::__construct();
 }