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