Neos\Flow\Persistence\QueryInterface::greaterThanOrEqual PHP Метод

greaterThanOrEqual() публичный Метод

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
Результат object
    public function greaterThanOrEqual($propertyName, $operand);