コード例 #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);
 }