Guides
Tutorials
Creates a property name collection value object.
interface ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface
{
public create(string $resourceClass, array $options): ApiPlatform\Metadata\Property\PropertyNameCollection
}interface ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface
{
public create(string $resourceClass, array $options): ApiPlatform\Metadata\Property\PropertyNameCollection
}Creates the property name collection for the given class and options.
public create(string $resourceClass, array $options): ApiPlatform\Metadata\Property\PropertyNameCollectionpublic create(string $resourceClass, array $options): ApiPlatform\Metadata\Property\PropertyNameCollection| resourceClass | string | |
| options | array |