ContainerInteropDoctrine\AbstractFactory::__construct PHP Method

__construct() public method

public __construct ( string $configKey = 'orm_default' )
$configKey string
    public function __construct($configKey = 'orm_default')
    {
        $this->configKey = $configKey;
    }