PHP 클래스 Neos\Neos\Eel\FlowQueryOperations\ParentsUntilOperation
If an optional filter expression is provided as a second argument,
it only returns the nodes matching the given expression.
파일 보기
프로젝트 열기: neos/neos-development-collection
보호된 프로퍼티들
공개 메소드들
보호된 메소드들
메소드 |
설명 |
|
getNodesUntil ( array $parentNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array |
|
|
getParents ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode, Neos\ContentRepository\Domain\Model\NodeInterface $siteNode ) |
|
|
메소드 상세
public evaluate ( FlowQuery $flowQuery, array $arguments ) : void |
$flowQuery |
Neos\Eel\FlowQuery\FlowQuery |
the FlowQuery object |
$arguments |
array |
the arguments for this operation |
리턴 |
void |
|
protected getNodesUntil ( array $parentNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array |
$parentNodes |
array |
the parent nodes |
$until |
Neos\ContentRepository\Domain\Model\NodeInterface |
|
리턴 |
array |
|
protected getParents ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode, Neos\ContentRepository\Domain\Model\NodeInterface $siteNode ) |
$contextNode |
Neos\ContentRepository\Domain\Model\NodeInterface |
|
$siteNode |
Neos\ContentRepository\Domain\Model\NodeInterface |
|
프로퍼티 상세
$priority 보호되어 있는 정적으로 프로퍼티
protected static int $priority |
리턴 |
integer |
|
$shortName 보호되어 있는 정적으로 프로퍼티
protected static string $shortName |
리턴 |
string |
|