mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DbObject: grant access to default properties
This commit is contained in:
parent
6f0c7aa2a3
commit
773a135220
@ -474,6 +474,11 @@ abstract class DbObject
|
|||||||
return array_keys($this->properties);
|
return array_keys($this->properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDefaultProperties()
|
||||||
|
{
|
||||||
|
return $this->defaultProperties;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all properties that changed since object creation
|
* Return all properties that changed since object creation
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user