PHP 인터페이스 ApiPlatform\Core\DataProvider\CollectionDataProviderInterface

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

공개 메소드들

메소드 설명
getCollection ( string $resourceClass, string $operationName = null ) : array | ApiPlatform\Core\DataProvider\PaginatorInterface | Traversable Retrieves a collection.

메소드 상세

getCollection() 공개 메소드

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