PHP 인터페이스 ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\FilterInterface

저자: Kévin Dunglas ([email protected])
상속: extends ApiPlatform\Core\Api\FilterInterface
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
apply ( Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null ) Applies the filter.

메소드 상세

apply() 공개 메소드

Applies the filter.
public apply ( Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null )
$queryBuilder Doctrine\ORM\QueryBuilder
$queryNameGenerator ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface
$resourceClass string
$operationName string