Subversion-Projekte lars-tiefland.nagios-php

Revision

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

Revision 86 Revision 106
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: 86 $
7
     * @version $Rev: 106 $
Zeile 8... Zeile 8...
8
     */
8
     */
Zeile 9... Zeile 9...
9
 
9
 
10
    // $Id: hostgroup.php 86 2013-01-02 13:28:36Z lars $
10
    // $Id: hostgroup.php 106 2013-01-03 10:12:56Z lars $
11
 
11
 
12
    /**
12
    /**
13
     * hostGroup
13
     * hostGroup
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: hostgroup.php 86 2013-01-02 13:28:36Z lars $
18
     * @version $Id: hostgroup.php 106 2013-01-03 10:12:56Z lars $
19
     * @access public
19
     * @access public
20
     */
20
     */
Zeile 76... Zeile 76...
76
         * hostGroup::getMemberList()
76
         * hostGroup::getMemberList()
77
         * 
77
         * 
78
         * @param mixed $hg_id
78
         * @param mixed $hg_id
79
         * @return
79
         * @return
80
         */
80
         */
81
        public function getMemberList( $hg_id )
81
        private function getMemberList( $hg_id )
82
        {
82
        {
83
            $sql = "SELECT
83
            $sql = "SELECT
84
                    host_object_id
84
                    host_object_id
85
                FROM
85
                FROM
86
                    hostgroup_members
86
                    hostgroup_members