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

lessThanOrEqual() public method

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