Пример #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
 public function request()
 {
     $this->store();
     Register::remove();
 }