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

greaterThanOrEqual() 공개 메소드

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