Forum\Controller\Topic\GetController::getContext PHP Метод

getContext() публичный Метод

getContext
public getContext ( string $task = null ) : string
$task string
Результат string
    public function getContext($task = null)
    {
        $task = $task . '.' . $this->id;
        return parent::getContext($task);
    }