| 1 | <?php |
||
| 7 | class Host extends Report |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Construct Report Hosts frame. Sets report for reporting hosts |
||
| 11 | */ |
||
| 12 | public function __construct() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Set name of host to report. Do not use unless wanting report only about single host. |
||
| 20 | * |
||
| 21 | * @param string $name name of host to report |
||
| 22 | */ |
||
| 23 | public function setName($name) |
||
| 27 | } |
||
| 28 |