PHP Interface ApiPlatform\Core\DataProvider\CollectionDataProviderInterface

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

Méthodes publiques

Méthode Description
getCollection ( string $resourceClass, string $operationName = null ) : array | ApiPlatform\Core\DataProvider\PaginatorInterface | Traversable Retrieves a collection.

Method Details

getCollection() public méthode

Retrieves a collection.
public getCollection ( string $resourceClass, string $operationName = null ) : array | ApiPlatform\Core\DataProvider\PaginatorInterface | Traversable
$resourceClass string
$operationName string
Résultat array | ApiPlatform\Core\DataProvider\PaginatorInterface | Traversable