コード例 #1
0
 /**
  * Unbookmark view
  *
  * @method post
  * @route /unbookmarkview
  */
 public function unbookmarkViewAction()
 {
     $givenParameters = $this->getParams('post');
     CustomviewRepository::unbookmark($givenParameters['view_id'], $this->user->getId());
 }