PHP Класс Neos\Neos\Fusion\PluginViewImplementation

Наследование: extends PluginImplementation
Показать файл Открыть проект

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

Свойство Тип Описание
$pluginService Neos\Neos\Service\PluginService
$pluginViewNode Neos\ContentRepository\Domain\Model\NodeInterface

Открытые методы

Метод Описание
evaluate ( ) : string Returns the rendered content of this plugin

Защищенные методы

Метод Описание
buildPluginRequest ( ) : ActionRequest Build the proper pluginRequest to render the PluginView of some configured Master Plugin

Описание методов

buildPluginRequest() защищенный Метод

Build the proper pluginRequest to render the PluginView of some configured Master Plugin
protected buildPluginRequest ( ) : ActionRequest
Результат Neos\Flow\Mvc\ActionRequest

evaluate() публичный Метод

Returns the rendered content of this plugin
public evaluate ( ) : string
Результат string The rendered content as a string

Описание свойств

$pluginService защищенное свойство

protected PluginService,Neos\Neos\Service $pluginService
Результат Neos\Neos\Service\PluginService

$pluginViewNode защищенное свойство

protected NodeInterface,Neos\ContentRepository\Domain\Model $pluginViewNode
Результат Neos\ContentRepository\Domain\Model\NodeInterface