예제 #1
0
파일: Get.php 프로젝트: movim/moxl
 public function request()
 {
     $this->store();
     Storage::get($this->_xmlns);
 }
예제 #2
0
파일: Set.php 프로젝트: Hywan/moxl
 public function request()
 {
     $this->store();
     Storage::set($this->_xmlns, $this->_data);
 }