IcingaZone: define parent as a relation, for sync

This commit is contained in:
Thomas Gelf 2015-12-04 12:48:25 +01:00
parent 95c92020b0
commit eec9710727
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ class IcingaZone extends IcingaObject
'is_global' => 'global'
);
protected $relations = array(
'parent_zone_id' => 'IcingaZone',
);
protected $supportsImports = true;
protected function renderParent_zone_id()