createContextMatchingNodeData()
публичный Метод
TODO: We could get more specific about removed and invisible content by adding some more logic here that generates fitting values.
public createContextMatchingNodeData ( NodeData $nodeData ) : Context |
$nodeData |
Neos\ContentRepository\Domain\Model\NodeData |
|
Результат |
Neos\ContentRepository\Domain\Service\Context |
|
filterNodeByContext()
защищенный Метод
Will either return the node or NULL if it is not permitted in current context.
protected filterNodeByContext ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Context $context ) : Neos\ContentRepository\Domain\Model\NodeInterface | null |
$node |
Neos\ContentRepository\Domain\Model\NodeInterface |
|
$context |
Neos\ContentRepository\Domain\Service\Context |
|
Результат |
Neos\ContentRepository\Domain\Model\NodeInterface | null |
|
$contextFactory защищенное свойство
protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory |
Результат |
Neos\ContentRepository\Domain\Service\ContextFactoryInterface |
|
$securityContext защищенное свойство
protected Context,Neos\Flow\Security $securityContext |
Результат |
Neos\Flow\Security\Context |
|