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

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

Protected Properties

Property Type Description
$ajaxWidget boolean
$controller Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController

Public Methods

Method Description
render ( string $option1 = '', string $option2 = '' ) : 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 $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

Property Details

$ajaxWidget protected property

protected bool $ajaxWidget
return boolean

$controller protected property

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