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