Forum\Controller\Topic\SaveController::getSuccessRedirect PHP Method

getSuccessRedirect() protected method

getSuccessRedirect
protected getSuccessRedirect ( Windwalker\Data\Data $data = null ) : string
$data Windwalker\Data\Data
return string
    protected function getSuccessRedirect(Data $data = null)
    {
        $pk = $this->model['item.pk'];
        return $this->router->http($this->getName(), array($this->pkName => $pk, 'path' => $this->category->path));
    }