PHP Class ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory
This is not a decorator on purpose because it should always have the top priority.
Afficher le fichier
Open project: api-platform/core
Méthodes publiques
Méthode |
Description |
|
__construct ( Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface $propertyInfo ) |
|
|
create ( string $resourceClass, array $options = [] ) : PropertyNameCollection |
|
|
Method Details
__construct()
public méthode
public __construct ( Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface $propertyInfo ) |
$propertyInfo |
Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface |
|
public create ( string $resourceClass, array $options = [] ) : PropertyNameCollection |
$resourceClass |
string |
|
$options |
array |
|
Résultat |
ApiPlatform\Core\Metadata\Property\PropertyNameCollection |
|