Files
luos/workflow/engine/classes/interfaces/dashletInterface.php
2011-10-28 12:20:45 -04:00

8 lines
94 B
PHP

<?php
interface DashletInterface {
public function setup();
public function render();
}