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

상속: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

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