Dumplie\Inventory\Infrastructure\Doctrine\DoctrineExtension::__construct PHP Метод

__construct() публичный Метод

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