Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 84 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 84 Revision 86
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile 2... Zeile 2...
2
 
2
 
-
 
3
    /**
-
 
4
     * @package nagios-php
-
 
5
     * @author Lars Tiefland <ltiefland@gmail.com>
-
 
6
     * @copyright 2013
-
 
7
     * @version $Rev: 86 $
-
 
8
     */
-
 
9
 
-
 
10
    // $Id: host.php 86 2013-01-02 13:28:36Z lars $
-
 
11
 
3
    /**
12
    /**
4
     * host
13
     * host
5
     * 
14
     * 
6
     * @package nagios-php   
15
     * @package nagios-php   
7
     * @author Lars Tiefland
16
     * @author Lars Tiefland
8
     * @copyright 2012
17
     * @copyright 2012
9
     * @version $Rev: 84 $
18
     * @version $Rev: 86 $
10
     * @access public
19
     * @access public
11
     */
20
     */
12
    class host
21
    class host
13
    {
22
    {