DbObject: grant access to default properties

This commit is contained in:
Thomas Gelf 2022-10-07 10:03:08 +02:00
parent 6f0c7aa2a3
commit 773a135220

View File

@ -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
* *