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

Наследование: extends Neos\Flow\Mvc\Controller\ActionController
Показать файл Открыть проект

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

Метод Описание
indexAction ( ) : string Includes the widget through its Index.html template and renders it.
widgetUriAction ( ) : string Renders and returns the URI pointing to the widget for an AJAX call.

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

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

Includes the widget through its Index.html template and renders it.
public indexAction ( ) : string
Результат string

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

Renders and returns the URI pointing to the widget for an AJAX call.
public widgetUriAction ( ) : string
Результат string