PHP Class Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController

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

Public Methods

Method Description
ajaxAction ( ) : string An action which is supposed to be invoked through AJAX
indexAction ( ) : void The default action which is invoked when the widget is rendered as part of a Fluid template.

Method Details

ajaxAction() public method

An action which is supposed to be invoked through AJAX
public ajaxAction ( ) : string
return string

indexAction() public method

The template of this action renders an OK string and the URI pointing to the ajaxAction().
public indexAction ( ) : void
return void