Skip to content
Snippets Groups Projects
Commit bebdf0db authored by Mathias Maaß's avatar Mathias Maaß
Browse files

refs #23989 [finc] comment overriden redi an ezb class

parent 828c2388
No related merge requests found
......@@ -127,6 +127,11 @@ class Ezb extends Base implements TranslatorAwareInterface
/**
* Constructor
*
* In contrast to the EZB base class this class will be initialized by
* FincResolverDriverFactory in order to pass the config from Resolver.ini
* rather than config.ini. Because the Resolver.ini has a different structure
* we need to override the contructor.
*
* @param string $config ezb configuration
* @param \Laminas\Http\Client $httpClient HTTP client
*/
......
......@@ -33,6 +33,11 @@ class Redi extends RediBase
/**
* Constructor
*
* In contrast to the Redi base class this class will be initialized by
* FincResolverDriverFactory in order to pass the config from Resolver.ini
* rather than config.ini. Because the Resolver.ini has a different structure
* we need to override the contructor.
*
* @param string $config redi configuration
* @param \Laminas\Http\Client $httpClient HTTP client
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment