Пример #1
0
 public function nextPath()
 {
     if ($this->getRequest()->isMutation()) {
         return '../Review';
     }
     return parent::nextPath();
 }
Пример #2
0
 public function nextPath()
 {
     return $this->getRequest()->isMutation() ? 'Index' : parent::nextPath();
 }