PHP Класс ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory

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

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

Метод Описание
__construct ( Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface $propertyInfo, ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface $decorated = null )
create ( string $resourceClass, string $name, array $options = [] ) : PropertyMetadata

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

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

public __construct ( Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface $propertyInfo, ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface $decorated = null )
$propertyInfo Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface
$decorated ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface

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

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