source: tools/vzctl/OpenVZ.php

Last change on this file was 4, checked in by chronos, 12 years ago
  • Přidáno: Zkušební třída pro automatické udržování verze struktury v databázi.
File size: 289 bytes
Line 
1<?php
2
3class Container
4{
5 var $Id;
6
7 function Start()
8 {
9 }
10
11 function Stop()
12 {
13 }
14
15 function Restart()
16 {
17 }
18
19 function Create()
20 {
21 }
22
23 function Destroy()
24 {
25 }
26}
27
28class OpenVZ
29{
30 function CreateContainer()
31 {
32 }
33
34 function GetList()
35 {
36
37 }
38}
39
40?>
Note: See TracBrowser for help on using the repository browser.