Esempio n. 1
0
File: Set.php Progetto: movim/moxl
 public function request()
 {
     $this->store();
     Register::set($this->_to, $this->_data);
 }
Esempio n. 2
0
File: Get.php Progetto: Hywan/moxl
 public function request()
 {
     $this->store();
     Register::get($this->_to);
 }
Esempio n. 3
0
 public function request()
 {
     $this->store();
     Register::changePassword($this->_to, $this->_username, $this->_password);
 }
Esempio n. 4
0
 public function request()
 {
     $this->store();
     Register::remove();
 }