Import of current work

This commit is contained in:
Andrs Montaez
2011-11-22 09:16:06 -02:00
parent 9f89c76716
commit 3caa3d7313
15 changed files with 277 additions and 0 deletions
@@ -0,0 +1,8 @@
<?php
class MyTask
{
public function run()
{
}
}