First set of modifications
This commit is contained in:
10
workflow/engine/classes/interfaces/DashletInterface.php
Normal file
10
workflow/engine/classes/interfaces/DashletInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
interface DashletInterface {
|
||||
|
||||
public static function getAdditionalFields($className);
|
||||
public static function getXTemplate($className);
|
||||
public function setup($dasInsUid);
|
||||
public function render();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user