Neos\Flow\Persistence\QueryInterface::greaterThan PHP Méthode

greaterThan() public méthode

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