PHP Класс Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController

Наследование: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ajaxAction() публичный Метод

An action which is supposed to be invoked through AJAX
public ajaxAction ( ) : string
Результат string

indexAction() публичный Метод

The template of this action renders an OK string and the URI pointing to the ajaxAction().
public indexAction ( ) : void
Результат void