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
67081465c0
AlternC
/
bureau
/
class
/
vm.class.php
13 lines
154 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
{
[enh] WIP bureau classes documentation
2014-04-05 12:58:16 +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
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
();
}