Forum\Controller\Category\GetController::getContext PHP Méthode

getContext() public méthode

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