Add parameter in the dashlet interace

This commit is contained in:
Julio Cesar Laura
2011-10-31 14:44:22 -04:00
parent 1b3e769841
commit c167a54174

View File

@@ -2,7 +2,7 @@
interface DashletInterface {
public function setup();
public function setup($dasInsUid);
public function render();
}