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);
    }