File size: 213 Bytes
07c3cdd
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<?php

interface DashletInterface {

  public static function getAdditionalFields($className);
  public static function getXTemplate($className);
  public function setup($dasInsUid);
  public function render();

}