Object/IcingaUser: Add boolean render methods to affected properties
This commit is contained in:
parent
db58cb8882
commit
750ed26ef6
|
@ -17,4 +17,9 @@ class IcingaUser extends IcingaObject
|
||||||
'zone_id' => null,
|
'zone_id' => null,
|
||||||
'object_type' => null,
|
'object_type' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected function renderEnable_notifications()
|
||||||
|
{
|
||||||
|
return $this->renderBooleanProperty('enable_notifications');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue