IcingaZone: experiment with new boolean helper

This commit is contained in:
Thomas Gelf 2015-11-14 00:03:45 +01:00
parent 280cd2b7b3
commit 6b23ba28be
1 changed files with 4 additions and 0 deletions

View File

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