PHP Класс ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory

Автор: Kévin Dunglas ([email protected])
Автор: Baptiste Meyer ([email protected])
Наследование: implements ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( ApiPlatform\Core\Metadata\Extractor\ExtractorInterface $extractor, ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface $decorated = null )
create ( string $resourceClass, array $options = [] ) : PropertyNameCollection

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

__construct() публичный метод

public __construct ( ApiPlatform\Core\Metadata\Extractor\ExtractorInterface $extractor, ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface $decorated = null )
$extractor ApiPlatform\Core\Metadata\Extractor\ExtractorInterface
$decorated ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface

create() публичный метод

public create ( string $resourceClass, array $options = [] ) : PropertyNameCollection
$resourceClass string
$options array
Результат ApiPlatform\Core\Metadata\Property\PropertyNameCollection