diff options
author | etrianag <57193408+etrianag@users.noreply.github.com> | 2020-01-13 12:45:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 12:45:08 +0100 |
commit | e255e77748ca27a11ae4f143ba97d978cb4d99e5 (patch) | |
tree | 04bb93a7511b1917dae5a1a02f8978415704d837 /user_guide_src/source | |
parent | 0db8b60492cc98ef3c85b986fc11e9dac6d7ca6c (diff) |
Update documentation for method parse_string
Fix description of parameter $template in method parse_string.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/parser.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/parser.rst b/user_guide_src/source/libraries/parser.rst index 6c9d28959..923446dd4 100644 --- a/user_guide_src/source/libraries/parser.rst +++ b/user_guide_src/source/libraries/parser.rst @@ -290,7 +290,7 @@ Class Reference .. php:method:: parse_string($template, $data[, $return = FALSE]) - :param string $template: Path to view file + :param string $template: String content to parse :param array $data: Variable data :param bool $return: Whether to only return the parsed template :returns: Parsed template string @@ -306,4 +306,4 @@ Class Reference :rtype: void Sets the delimiters (opening and closing) for a - pseudo-variable "tag" in a template.
\ No newline at end of file + pseudo-variable "tag" in a template. |