Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\SomeAjaxViewHelper::render PHP Method

render() public method

The actual render method does nothing more than initiating the sub request which invokes the controller.
public render ( string $option1 = '', string $option2 = '' ) : string
$option1 string Option for testing if parameters can be passed
$option2 string Option for testing if parameters can be passed
return string
    public function render($option1 = '', $option2 = '')
    {
        return $this->initiateSubRequest();
    }
SomeAjaxViewHelper