PHP 인터페이스 ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface

저자: Samuel ROZE ([email protected])
저자: Kévin Dunglas ([email protected])
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

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

메소드 상세

applyToCollection() 공개 메소드

public applyToCollection ( 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