ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface::create PHP 메소드

create() 공개 메소드

Creates a property metadata.
public create ( string $resourceClass, string $property, array $options = [] ) : PropertyMetadata
$resourceClass string
$property string
$options array
리턴 ApiPlatform\Core\Metadata\Property\PropertyMetadata
    public function create(string $resourceClass, string $property, array $options = []) : PropertyMetadata;
PropertyMetadataFactoryInterface