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

create() 공개 메소드

Creates the property name collection for the given class and options.
public create ( string $resourceClass, array $options = [] ) : PropertyNameCollection
$resourceClass string
$options array
리턴 ApiPlatform\Core\Metadata\Property\PropertyNameCollection
    public function create(string $resourceClass, array $options = []) : PropertyNameCollection;
PropertyNameCollectionFactoryInterface