PHP Class Neos\Neos\ViewHelpers\Rendering\AbstractRenderingStateViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/neos-development-collection

Méthodes protégées

Méthode Description
getContextNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface | null Get a node from the current TypoScript context if available.
getNodeContext ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null ) : ContentContext

Method Details

getContextNode() protected méthode

Get a node from the current TypoScript context if available.
protected getContextNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface | null
Résultat Neos\ContentRepository\Domain\Model\NodeInterface | null

getNodeContext() protected méthode

protected getNodeContext ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null ) : ContentContext
$node Neos\ContentRepository\Domain\Model\NodeInterface
Résultat Neos\Neos\Domain\Service\ContentContext