ApiPlatform\Core\DataProvider\CollectionDataProviderInterface::getCollection PHP 메소드

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
    public function getCollection(string $resourceClass, string $operationName = null);
CollectionDataProviderInterface