Neos\Flow\Persistence\QueryInterface::greaterThan PHP 메소드

greaterThan() 공개 메소드

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
리턴 object
    public function greaterThan($propertyName, $operand);