diff --git a/reference/misc/functions/constant.xml b/reference/misc/functions/constant.xml index 56ffeca435..db30d6c5d7 100644 --- a/reference/misc/functions/constant.xml +++ b/reference/misc/functions/constant.xml @@ -1,5 +1,5 @@ - + @@ -18,9 +18,13 @@ constant is useful if you need to retrieve - the value of a constant, but do not know its name. i.e. It is + the value of a constant, but do not know its name. I.e. it is stored in a variable or returned by a function. + + This function works also with class constants. + <function>constant</function> example