Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\Fixtures\Controller\ViewsConfigurationTestAController::renderOtherAction PHP 메소드

renderOtherAction() 공개 메소드

public renderOtherAction ( ) : string
리턴 string
    public function renderOtherAction()
    {
        $this->view->setTemplatePathAndFilename('resource://Neos.Flow/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/First.html');
    }