Neos\Flow\Persistence\QueryInterface::greaterThanOrEqual PHP Method

greaterThanOrEqual() public method

Returns a greater than or equal criterion used for matching objects against a query
public greaterThanOrEqual ( string $propertyName, mixed $operand ) : object
$propertyName string The name of the property to compare against
$operand mixed The value to compare with
return object
    public function greaterThanOrEqual($propertyName, $operand);