| 1 | <?php |
||
| 14 | class ResolvedHostnameLockInformationProvider extends BasicLockInformationProvider |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Adds resolved host IP to the provided information |
||
| 18 | * (WARNING! Using DNS queries at runtime may introduce significant delays to script execution, use with caution!) |
||
| 19 | * @return array |
||
| 20 | */ |
||
| 21 | public function getLockInformation() |
||
| 28 | } |
||
| 29 |