PHP 클래스 ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory

저자: Antoine Bluchet ([email protected])
상속: implements ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface $resourceNameCollection, ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface $decorated = null )
create ( string $resourceClass, array $options = [] ) : PropertyNameCollection

메소드 상세

__construct() 공개 메소드

public __construct ( ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface $resourceNameCollection, ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface $decorated = null )
$resourceNameCollection ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface
$decorated ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface

create() 공개 메소드

public create ( string $resourceClass, array $options = [] ) : PropertyNameCollection
$resourceClass string
$options array
리턴 ApiPlatform\Core\Metadata\Property\PropertyNameCollection