Exemplo n.º 1
0
 /**
  * @param $id
  * @param string $direction
  */
 public function handleMove($id, $direction = self::DN)
 {
     $this->pagesRepository->move($id, $direction);
     if (!$this->isAjax()) {
         $this->redirect('default');
     }
     $this->redrawControl();
 }