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

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

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

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

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

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

public __construct ( Doctrine\Common\Annotations\Reader $reader, ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface $decorated = null )
$reader Doctrine\Common\Annotations\Reader
$decorated ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface

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

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