PHP Class Neos\Flow\Mvc\Controller\StandardController

Inheritance: extends ActionController
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
indexAction ( ) : void | string Displays the default view

Protected Methods

Method Description
resolveView ( ) : Neos\Flow\Mvc\View\ViewInterface Overrides the standard resolveView method

Method Details

indexAction() public method

Displays the default view
public indexAction ( ) : void | string
return void | string

resolveView() protected method

Overrides the standard resolveView method
protected resolveView ( ) : Neos\Flow\Mvc\View\ViewInterface
return Neos\Flow\Mvc\View\ViewInterface $view The view