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

lessThan() public method

Returns a less than criterion used for matching objects against a query
public lessThan ( 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 lessThan($propertyName, $operand);