mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Move CompactObject::getDataView()
This commit is contained in:
parent
a959dbf9b8
commit
ca6274a64c
1 changed files with 8 additions and 8 deletions
|
|
@ -78,14 +78,6 @@ abstract class CompatObject extends MonitoredObject
|
|||
return $this->object->name;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws NotImplementedError Don't use!
|
||||
*/
|
||||
protected function getDataView()
|
||||
{
|
||||
throw new NotImplementedError('getDataView() is not supported');
|
||||
}
|
||||
|
||||
public function getNotesUrls()
|
||||
{
|
||||
$notesUrl = $this->object->notes_url;
|
||||
|
|
@ -98,4 +90,12 @@ abstract class CompatObject extends MonitoredObject
|
|||
MonitoredObject::parseAttributeUrls($notesUrl->notes_url)
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws NotImplementedError Don't use!
|
||||
*/
|
||||
protected function getDataView()
|
||||
{
|
||||
throw new NotImplementedError('getDataView() is not supported');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue