PHP Интерфейс ApiPlatform\Core\DataProvider\ItemDataProviderInterface

Автор: Kévin Dunglas ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
getItem ( string $resourceClass, integer | string $id, string $operationName = null, array $context = [] ) : object | null Retrieves an item.

Описание методов

getItem() публичный Метод

Retrieves an item.
public getItem ( string $resourceClass, integer | string $id, string $operationName = null, array $context = [] ) : object | null
$resourceClass string
$id integer | string
$operationName string
$context array
Результат object | null