mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
renderCustomVars: Add todo about escaping of reserved words
This commit is contained in:
parent
84cb2c417e
commit
ff6ed55c4b
@ -110,6 +110,12 @@ abstract class IcingaObject extends DbObject
|
|||||||
return "}\n";
|
return "}\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO: take care for reserved words, because we need them escaped
|
||||||
|
* http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/language-reference#reserved-keywords
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
protected function renderCustomVars()
|
protected function renderCustomVars()
|
||||||
{
|
{
|
||||||
if ($this->supportsCustomVars()) {
|
if ($this->supportsCustomVars()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user