ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface $propertyInfo )
$propertyInfo Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface
    public function __construct(PropertyInfoExtractorInterface $propertyInfo)
    {
        $this->propertyInfo = $propertyInfo;
    }
PropertyInfoPropertyNameCollectionFactory