mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
XML data from dashboard
This commit is contained in:
@@ -213,6 +213,19 @@ abstract class Dashlet
|
||||
$this->OnUpdate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Load a dashboard using Model Data
|
||||
*
|
||||
* @param array $aModelData
|
||||
*
|
||||
* @return void
|
||||
* @since 3.3.0
|
||||
*/
|
||||
public function ToModelData(): array
|
||||
{
|
||||
return $this->aProperties;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array Rel. path to the app. root of the JS files required by the dashlet
|
||||
* @since 3.0.0
|
||||
|
||||
Reference in New Issue
Block a user