예제 #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();
 }