Progress 4 for the dashboards
This commit is contained in:
@@ -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 {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user