Dumplie\Customer\Infrastructure\Doctrine\DoctrineExtension::__construct PHP Method

__construct() public method

public __construct ( string $entityManagerServiceId, string $connectionServiceId )
$entityManagerServiceId string
$connectionServiceId string
    public function __construct(string $entityManagerServiceId, string $connectionServiceId)
    {
        $this->connectionServiceId = $connectionServiceId;
        $this->entityManagerServiceId = $entityManagerServiceId;
    }