Пример #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);
 }