Example #1
0
File: Get.php Project: movim/moxl
 public function request()
 {
     $this->store();
     Storage::get($this->_xmlns);
 }
Example #2
0
File: Set.php Project: Hywan/moxl
 public function request()
 {
     $this->store();
     Storage::set($this->_xmlns, $this->_data);
 }