parent
9521dd795c
commit
f7539b2c32
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
use Str;
|
||||
use BackendAuth;
|
||||
use SystemException;
|
||||
use System\Classes\PluginManager;
|
||||
use Event;
|
||||
|
||||
|
|
@ -218,6 +219,15 @@ class WidgetManager
|
|||
return $this->reportWidgets;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the raw array of registered report widgets.
|
||||
* @return array Array keys are class names.
|
||||
*/
|
||||
public function getReportWidgets()
|
||||
{
|
||||
return $this->reportWidgets;
|
||||
}
|
||||
|
||||
/*
|
||||
* Registers a single report widget.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue