PHP Class Neos\ContentRepository\Eel\FlowQueryOperations\NextAllOperation

Inheritance: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Datei anzeigen Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$priority integer
$shortName string

Public Methods

Method Description
canEvaluate ( $context ) : boolean
evaluate ( FlowQuery $flowQuery, array $arguments ) : void

Protected Methods

Method Description
getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface

Method Details

canEvaluate() public method

public canEvaluate ( $context ) : boolean
return boolean TRUE if the operation can be applied onto the $context, FALSE otherwise

evaluate() public method

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the arguments for this operation
return void

getNextForNode() protected method

protected getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface The node for which the preceding node should be found
return Neos\ContentRepository\Domain\Model\NodeInterface The preceding nodes of $contextNode or NULL

Property Details

$priority protected_oe static_oe property

protected static int $priority
return integer

$shortName protected_oe static_oe property

protected static string $shortName
return string