Overhaul ADSL traffic reporting/graphing
This commit is contained in:
@@ -31,5 +31,12 @@ abstract class Model_Product_Plugin extends ORM_OSB {
|
||||
abstract public function feature_summary();
|
||||
|
||||
abstract public function supplier();
|
||||
|
||||
/**
|
||||
* Return the name of the plugin
|
||||
*/
|
||||
protected function plugin() {
|
||||
return strtolower(preg_replace('/(.*)_([a-zA-Z]+)$/',"$2",get_class($this)));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user