PHP Class Neos\Neos\TypoScript\PluginViewImplementation

Inheritance: extends PluginImplementation
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$pluginService Neos\Neos\Service\PluginService
$pluginViewNode Neos\ContentRepository\Domain\Model\NodeInterface

Méthodes publiques

Méthode Description
evaluate ( ) : string Returns the rendered content of this plugin

Méthodes protégées

Méthode Description
buildPluginRequest ( ) : ActionRequest Build the proper pluginRequest to render the PluginView of some configured Master Plugin

Method Details

buildPluginRequest() protected méthode

Build the proper pluginRequest to render the PluginView of some configured Master Plugin
protected buildPluginRequest ( ) : ActionRequest
Résultat Neos\Flow\Mvc\ActionRequest

evaluate() public méthode

Returns the rendered content of this plugin
public evaluate ( ) : string
Résultat string The rendered content as a string

Property Details

$pluginService protected_oe property

protected PluginService,Neos\Neos\Service $pluginService
Résultat Neos\Neos\Service\PluginService

$pluginViewNode protected_oe property

protected NodeInterface,Neos\ContentRepository\Domain\Model $pluginViewNode
Résultat Neos\ContentRepository\Domain\Model\NodeInterface