Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 162 Revision 165
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile 2... Zeile 2...
2
 
2
 
3
    //$Id: hn.class.php 162 2010-03-12 23:25:46Z lars $
3
    //$Id: hn.class.php 165 2011-07-10 19:03:44Z lars $
4
    /**
4
    /**
5
     * @author Lars Tiefland
5
     * @author Lars Tiefland
6
     * @copyright 2008
6
     * @copyright 2008
7
     * @package	openvzadmin
7
     * @package    openvzadmin
8
     * @filesource
8
     * @filesource
Zeile 9... Zeile 9...
9
     **/
9
     **/
10
 
10
 
11
    /**
11
    /**
12
     * 
12
     * 
13
     * defines methos and properties for Hardwarenodes
13
     * defines methos and properties for Hardwarenodes
14
     * 
14
     * 
15
     * @author Lars Tiefland
15
     * @author Lars Tiefland
16
     * @copyright 2008
16
     * @copyright 2008
17
     * @package	openvzadmin
17
     * @package    openvzadmin
18
     **/
18
     **/
19
    class HN
19
    class HN
20
    {
20
    {