示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('step3');
 }
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('importUserModuleStep1');
     $this->exposeMethod('importUserModuleStep2');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
 }
 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();
 }