Progress 4 for the dashboards

This commit is contained in:
Julio Cesar Laura
2011-10-31 15:14:01 -04:00
parent c167a54174
commit 847b56f3f7
4 changed files with 39 additions and 4 deletions

View File

@@ -7,12 +7,14 @@ require_once 'model/DashletInstance.php';
class PMDashlet extends DashletInstance implements DashletInterface {
// Own properties
private $dashletObject;
// Interface functions
public function setup($dasInsUid) {
try {
//
//$dashletInstance = $this->getDashletInstance($dasInsUid);
//$this->dashletObject = new $
}
catch (Exception $error) {
throw $error;
@@ -54,6 +56,15 @@ class PMDashlet extends DashletInstance implements DashletInterface {
}
}
public function getDashletInstance($dasInsUid) {
try {
//
}
catch (Exception $error) {
throw $error;
}
}
public function saveDashletInstance($data) {
try {
//