| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function __construct(string $applicationName, bool $isTransactionMonitoringEnabled, array $transactionNamesMapping) |
||
| 32 | { |
||
| 33 | $this->applicationName = $applicationName; |
||
| 34 | $this->isTransactionMonitoringEnabled = $isTransactionMonitoringEnabled; |
||
| 35 | $this->transactionNamesMapping = $transactionNamesMapping; |
||
| 36 | } |
||
| 37 | |||
| 59 |