diff --git a/reference/runkit/functions/runkit-constant-add.xml b/reference/runkit/functions/runkit-constant-add.xml index 93af4452f2..61c4d23161 100644 --- a/reference/runkit/functions/runkit-constant-add.xml +++ b/reference/runkit/functions/runkit-constant-add.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolrunkit_constant_add - mixedconstname + stringconstname mixedvalue @@ -25,7 +25,7 @@ Name of constant to declare. Either a string to indicate a global constant, - or an array to indicate a class constant. + or classname::constname to indicate a class constant. diff --git a/reference/runkit/functions/runkit-constant-redefine.xml b/reference/runkit/functions/runkit-constant-redefine.xml index 5dd7d9eafd..b9c2d001f9 100644 --- a/reference/runkit/functions/runkit-constant-redefine.xml +++ b/reference/runkit/functions/runkit-constant-redefine.xml @@ -1,18 +1,18 @@ - + runkit_constant_redefine - + Redefine an already defined constant &reftitle.description; boolrunkit_constant_redefine - mixedconstname + stringconstname mixednewvalue @@ -26,7 +26,7 @@ Constant to redefine. Either string indicating global constant, - or array indicating class constant. + or classname::constname indicating class constant. diff --git a/reference/runkit/functions/runkit-constant-remove.xml b/reference/runkit/functions/runkit-constant-remove.xml index 43c4f11d04..e26249e77d 100644 --- a/reference/runkit/functions/runkit-constant-remove.xml +++ b/reference/runkit/functions/runkit-constant-remove.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolrunkit_constant_remove - mixedconstname + stringconstname @@ -25,7 +25,7 @@ Name of constant to remove. Either a string indicating a global constant, - or an aray indicating a class constant. + or classname::constname indicating a class constant.