Neos\Flow\Persistence\QueryInterface::matching PHP Метод

matching() публичный Метод

The constraint used to limit the result set. Returns $this to allow for chaining (fluid interface).
public matching ( object $constraint ) : Neos\Flow\Persistence\QueryInterface
$constraint object Some constraint, depending on the backend
Результат Neos\Flow\Persistence\QueryInterface
    public function matching($constraint);