Beispiel #1
0
 public function request()
 {
     $this->store();
     Register::set($this->_to, $this->_data);
 }
Beispiel #2
0
 public function request()
 {
     $this->store();
     Register::get($this->_to);
 }
Beispiel #3
0
 public function request()
 {
     $this->store();
     Register::changePassword($this->_to, $this->_username, $this->_password);
 }
Beispiel #4
0
 public function request()
 {
     $this->store();
     Register::remove();
 }