Forum\Controller\Post\DeleteController::getFailRedirect PHP Метод

getFailRedirect() защищенный Метод

getFailRedirect
protected getFailRedirect ( Windwalker\Data\Data $data = null ) : string
$data Windwalker\Data\Data
Результат string
    protected function getFailRedirect(Data $data = null)
    {
        $category = $this->model->getRecord('Category');
        $category->load($this->topic->category_id);
        return $this->router->http('topic', array('path' => $category->path, 'id' => $this->topic->id));
    }