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

in() 공개 메소드

Returns an "in" criterion used for matching objects against a query. It matches if the property's value is contained in the multivalued operand.
public in ( string $propertyName, mixed $operand ) : object
$propertyName string The name of the property to compare against
$operand mixed The value to compare with, multivalued
리턴 object
    public function in($propertyName, $operand);