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

lessThanOrEqual() public méthode

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
Résultat object
    public function lessThanOrEqual($propertyName, $operand);