PHP 클래스 Neos\FluidAdaptor\Core\Widget\AjaxWidgetContextHolder

This class is only used internally by the widget framework.
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$nextFreeAjaxWidgetId integer Counter which points to the next free Ajax Widget ID which can be used.
$widgetContexts array An array $ajaxWidgetIdentifier => $widgetContext which stores the widget context.

공개 메소드들

메소드 설명
get ( integer $ajaxWidgetId ) : WidgetContext Get the widget context for the given $ajaxWidgetId.
store ( WidgetContext $widgetContext ) : void Stores the WidgetContext inside the Context, and sets the AjaxWidgetIdentifier inside the Widget Context correctly.

메소드 상세

get() 공개 메소드

Get the widget context for the given $ajaxWidgetId.
public get ( integer $ajaxWidgetId ) : WidgetContext
$ajaxWidgetId integer
리턴 WidgetContext

store() 공개 메소드

Stores the WidgetContext inside the Context, and sets the AjaxWidgetIdentifier inside the Widget Context correctly.
public store ( WidgetContext $widgetContext ) : void
$widgetContext WidgetContext
리턴 void

프로퍼티 상세

$nextFreeAjaxWidgetId 보호되어 있는 프로퍼티

Counter which points to the next free Ajax Widget ID which can be used.
protected int $nextFreeAjaxWidgetId
리턴 integer

$widgetContexts 보호되어 있는 프로퍼티

An array $ajaxWidgetIdentifier => $widgetContext which stores the widget context.
protected array $widgetContexts
리턴 array