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

Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode 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 méthode

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

indexAction() public méthode

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