PHP Class Neos\Neos\Fusion\PluginViewImplementation

Inheritance: extends PluginImplementation
Show file Open project: neos/neos

Protected Properties

Property Type Description
$pluginService Neos\Neos\Service\PluginService
$pluginViewNode Neos\ContentRepository\Domain\Model\NodeInterface

Public Methods

Method Description
evaluate ( ) : string Returns the rendered content of this plugin

Protected Methods

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

Method Details

buildPluginRequest() protected method

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

evaluate() public method

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

Property Details

$pluginService protected property

protected PluginService,Neos\Neos\Service $pluginService
return Neos\Neos\Service\PluginService

$pluginViewNode protected property

protected NodeInterface,Neos\ContentRepository\Domain\Model $pluginViewNode
return Neos\ContentRepository\Domain\Model\NodeInterface