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