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