ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface::create PHP Method

create() public method

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