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…
Reference in New Issue