Skip to content

Instantly share code, notes, and snippets.

@nfabre
Created December 15, 2010 14:48
Show Gist options
  • Select an option

  • Save nfabre/742027 to your computer and use it in GitHub Desktop.

Select an option

Save nfabre/742027 to your computer and use it in GitHub Desktop.
VmwareUserCreate.php
<?php
require_once "phing/Task.php";
/**
* Classe de creation d'utilisateur Vmware
*
*/
class VmwareUserCreate extends Task {
/**
* The main entry point
*
* @throws BuildException
*/
public function main() {
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment