<?php namespace React\Dns\Query; class Query { public $name; public $type; public $class; public $currentTime; public function __construct($name, $type, $class, $currentTime) { $this->name = $name; $this->type = $type; $this->class = $class; $this->currentTime = $currentTime; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CachedExecutor.php | File | 1.48 KB | 0644 |
|
CancellationException.php | File | 93 B | 0644 |
|
Executor.php | File | 5.06 KB | 0644 |
|
ExecutorInterface.php | File | 121 B | 0644 |
|
HostsFileExecutor.php | File | 3 KB | 0644 |
|
Query.php | File | 344 B | 0644 |
|
RecordBag.php | File | 545 B | 0644 |
|
RecordCache.php | File | 2.03 KB | 0644 |
|
RetryExecutor.php | File | 1.15 KB | 0644 |
|
TimeoutException.php | File | 81 B | 0644 |
|
TimeoutExecutor.php | File | 913 B | 0644 |
|