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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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