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