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