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

Basically, it is an ActionController, and it additionally has $this->widgetConfiguration set to the Configuration of the current Widget.
상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$widgetConfiguration array Configuration for this widget.

공개 메소드들

메소드 설명
processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void Handles a request. The result output is returned by altering the given response.

메소드 상세

processRequest() 공개 메소드

Handles a request. The result output is returned by altering the given response.
public processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void
$request Neos\Flow\Mvc\RequestInterface The request object
$response Neos\Flow\Mvc\ResponseInterface The response, modified by this handler
리턴 void

프로퍼티 상세

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

Configuration for this widget.
protected array $widgetConfiguration
리턴 array