PHP 클래스 Neos\Neos\TypoScript\PluginViewImplementation

상속: extends PluginImplementation
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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