PHP Class Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\Controller\AjaxTestController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
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.

Method Details

indexAction() public method

Includes the widget through its Index.html template and renders it.
public indexAction ( ) : string
return string

widgetUriAction() public method

Renders and returns the URI pointing to the widget for an AJAX call.
public widgetUriAction ( ) : string
return string