PHP Interface ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface

Author: Samuel ROZE ([email protected])
Author: Kévin Dunglas ([email protected])
Afficher le fichier Open project: api-platform/core

Méthodes publiques

Méthode Description
applyToCollection ( Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null )

Method Details

applyToCollection() public méthode

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