First commit for the DASHLETS
This commit is contained in:
15
workflow/engine/classes/class.pmDashlet.php
Normal file
15
workflow/engine/classes/class.pmDashlet.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
require_once 'interfaces/dashletInterface.php';
|
||||
require_once 'model/Dashlet.php';
|
||||
require_once 'model/DashletInstance.php';
|
||||
|
||||
class PMDashlet extends DashletInstance implements DashletInterface {
|
||||
|
||||
public function setup() {
|
||||
}
|
||||
|
||||
public function render() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user