Created
December 15, 2010 14:48
-
-
Save nfabre/742027 to your computer and use it in GitHub Desktop.
VmwareUserCreate.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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