First commit for the DASHLETS
This commit is contained in:
8
workflow/engine/classes/interfaces/dashletInterface.php
Normal file
8
workflow/engine/classes/interfaces/dashletInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
interface DashletInterface {
|
||||
|
||||
public function setup();
|
||||
public function render();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user