HOR-3769 compatibility for NewRelic plugin

This commit is contained in:
Julio Cesar Laura Avendaño
2017-08-25 18:09:55 -04:00
parent 5c9b497a42
commit f3eb2f8504
2 changed files with 7 additions and 0 deletions

View File

@@ -1,10 +0,0 @@
<?php
interface DashletInterface {
public static function getAdditionalFields($className);
public static function getXTemplate($className);
public function setup($dasInsUid);
public function render();
}

View 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
*/