PHP Class Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\RedirectViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$controller Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\RedirectController

Public Methods

Method Description
render ( ) : string The actual render method does nothing more than initiating the sub request which invokes the controller.

Method Details

render() public method

The actual render method does nothing more than initiating the sub request which invokes the controller.
public render ( ) : string
return string

Property Details

$controller protected property

protected RedirectController,Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller $controller
return Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\RedirectController