コード例 #1
0
ファイル: Get.php プロジェクト: Hywan/moxl
 public function request()
 {
     $this->store();
     Bookmark::get();
 }
コード例 #2
0
ファイル: Set.php プロジェクト: Hywan/moxl
 public function request()
 {
     $this->store();
     Bookmark::set($this->_arr);
 }