PHP 클래스 Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\Controller\AjaxTestController

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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