Forum\Controller\Category\GetController::getContext PHP Method

getContext() public method

getContext
public getContext ( string $task = null ) : string
$task string
return string
    public function getContext($task = null)
    {
        $task = str_replace('/', '.', $this->path) . '.' . $task;
        return parent::getContext($task);
    }