Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
7cd158c45c1fb701efe862bc196a6c9c4c6c0c9c
7cd158c45c1fb701efe862bc196a6c9c4c6c0c9c
Switch branch/tag
alternc
bureau
class
vm.class.php
Find file
Normal view
History
Permalink
vm.class.php
105 Bytes
Newer
Older
moved vm.php into vm.class.php Todo: add monit() function.
François Serman
committed
Apr 15, 2013
1
2
3
<?php
interface
vm
{
public
function
start
();
Suggested comments
fufroma
committed
Mar 26, 2014
4
5
6
7
/**
* @return boolean
*/
moved vm.php into vm.class.php Todo: add monit() function.
François Serman
committed
Apr 15, 2013
8
9
public
function
stop
();
}