Neos\Neos\Controller\Module\AbstractModuleController::setTitle PHP Method

setTitle() public method

Use this method to set an alternative title than the module label
public setTitle ( string $title ) : void
$title string
return void
    public function setTitle($title)
    {
        $this->request->setArgument('title', $title);
    }