This website requires JavaScript.
Explore
Help
Sign In
kienan
/
AlternC
mirror of
https://github.com/kienanstewart/AlternC.git
Watch
1
Star
0
Fork
You've already forked AlternC
0
Code
Issues
Releases
Wiki
Activity
3b46081292
AlternC
/
bureau
/
class
/
vm.class.php
10 lines
105 B
PHP
Raw
Normal View
History
Unescape
Escape
moved vm.php into vm.class.php Todo: add monit() function.
2013-04-15 13:42:29 +00:00
<
?
php
interface
vm
{
public
function
start
();
Suggested comments
2014-03-26 13:59:41 +00:00
/**
*
@
return
boolean
*/
moved vm.php into vm.class.php Todo: add monit() function.
2013-04-15 13:42:29 +00:00
public
function
stop
();
}