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

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

공개 메소드들

메소드 설명
applyToItem ( Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, array $identifiers, string $operationName = null, array $context = [] )

메소드 상세

applyToItem() 공개 메소드

public applyToItem ( Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, array $identifiers, string $operationName = null, array $context = [] )
$queryBuilder Doctrine\ORM\QueryBuilder
$queryNameGenerator ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface
$resourceClass string
$identifiers array
$operationName string
$context array