Exemplo n.º 1
0
Arquivo: Get.php Projeto: movim/moxl
 public function request()
 {
     $this->store();
     Storage::get($this->_xmlns);
 }
Exemplo n.º 2
0
Arquivo: Set.php Projeto: Hywan/moxl
 public function request()
 {
     $this->store();
     Storage::set($this->_xmlns, $this->_data);
 }