ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Common\Persistence\ManagerRegistry $managerRegistry, ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface $decorated )
$managerRegistry Doctrine\Common\Persistence\ManagerRegistry
$decorated ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface
    public function __construct(ManagerRegistry $managerRegistry, PropertyMetadataFactoryInterface $decorated)
    {
        $this->managerRegistry = $managerRegistry;
        $this->decorated = $decorated;
    }
DoctrineOrmPropertyMetadataFactory