Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 110 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 110 Revision 111
Zeile 2... Zeile 2...
2
 
2
 
3
    /**
3
    /**
4
     * @package nagios-php
4
     * @package nagios-php
5
     * @author Lars Tiefland <ltiefland@gmail.com>
5
     * @author Lars Tiefland <ltiefland@gmail.com>
6
     * @copyright 2013
6
     * @copyright 2013
7
     * @version $Rev: 110 $
7
     * @version $Rev: 111 $
Zeile 8... Zeile 8...
8
     */
8
     */
Zeile 9... Zeile 9...
9
 
9
 
10
    // $Id: servicegroup.php 110 2013-01-03 10:16:59Z lars $
10
    // $Id: servicegroup.php 111 2013-01-03 10:17:28Z lars $
11
 
11
 
12
    /**
12
    /**
13
     * serviceGroup
13
     * serviceGroup
14
     * 
14
     * 
15
     * @package nagios-php
15
     * @package nagios-php
16
     * @author Lars Tiefland
16
     * @author Lars Tiefland
17
     * @copyright 2013
17
     * @copyright 2013
18
     * @version $Id: servicegroup.php 110 2013-01-03 10:16:59Z lars $
18
     * @version $Id: servicegroup.php 111 2013-01-03 10:17:28Z lars $
19
     * @access public
19
     * @access public
20
     */
20
     */
21
    class serviceGroup
21
    class serviceGroup
22
    {
22
    {
Zeile 23... Zeile 23...
23
        public $alias;
23
        public $alias;
24
        public $hostgroup_id;
24
        public $servicegroup_id;
25
        public $members;
25
        public $members;