Neos\Neos\Controller\Module\AbstractModuleController::setTitle PHP Метод

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

Use this method to set an alternative title than the module label
public setTitle ( string $title ) : void
$title string
Результат void
    public function setTitle($title)
    {
        $this->request->setArgument('title', $title);
    }