HOR-3769 compatibility for NewRelic plugin
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
|
||||
interface DashletInterface {
|
||||
|
||||
public static function getAdditionalFields($className);
|
||||
public static function getXTemplate($className);
|
||||
public function setup($dasInsUid);
|
||||
public function render();
|
||||
|
||||
}
|
||||
7
workflow/engine/classes/interfaces/dashletInterface.php
Normal file
7
workflow/engine/classes/interfaces/dashletInterface.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Maintained for compatibility reasons.
|
||||
* @deprecated 3.2.2, File maintained only for backward compatibility because it is used in plugins
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user