示例#1
0
文件: Set.php 项目: movim/moxl
 public function request()
 {
     $this->store();
     Register::set($this->_to, $this->_data);
 }
示例#2
0
文件: Get.php 项目: Hywan/moxl
 public function request()
 {
     $this->store();
     Register::get($this->_to);
 }
示例#3
0
 public function request()
 {
     $this->store();
     Register::changePassword($this->_to, $this->_username, $this->_password);
 }
示例#4
0
文件: Remove.php 项目: Hywan/moxl
 public function request()
 {
     $this->store();
     Register::remove();
 }