First commit for the DASHLETS

This commit is contained in:
Julio Cesar Laura
2011-10-28 12:20:45 -04:00
parent 31281756e1
commit 98fe86c358
16 changed files with 4598 additions and 724 deletions

View File

@@ -0,0 +1,8 @@
<?php
interface DashletInterface {
public function setup();
public function render();
}