public function __construct(ClientInterface $client, ModuleOptionsInterface $options, TransactionMatcher $transactionMatcher)
 {
     parent::__construct($client, $options);
     $this->transactionMatcher = $transactionMatcher;
 }
Пример #2
0
 public function __construct(ClientInterface $client, ModuleOptionsInterface $options, LoggerInterface $logger)
 {
     parent::__construct($client, $options);
     $this->logger = $logger;
 }