Last changes for the release of November 15th

This commit is contained in:
Julio Cesar Laura
2011-11-10 21:41:39 -04:00
parent d7ba1021aa
commit 87194b7f97
6 changed files with 127 additions and 70 deletions

View File

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