| Total Complexity | 4 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | final class DNSQueryProfiled extends ObservableEventAbstract |
||
| 9 | { |
||
| 10 | public const NAME = 'dns.query.profiled'; |
||
| 11 | |||
| 12 | public function __construct(private ProfileInterface $profile) |
||
| 13 | { |
||
| 14 | parent::__construct(); |
||
| 15 | } |
||
| 16 | |||
| 17 | public function getProfile(): ProfileInterface |
||
| 20 | } |
||
| 21 | |||
| 22 | public static function getName(): string |
||
| 25 | } |
||
| 26 | |||
| 27 | public function toArray(): array |
||
| 36 |