summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2020-01-27 18:30:35 +0100
committerAndrey Andreev <narf@devilix.net>2020-01-27 18:31:03 +0100
commit4d02ba7028608dfad42db7c56a047196c0ff2b17 (patch)
treeafaff91ff3c0a936def92453c1436c9e7214146f /user_guide_src
parent75a599c50990a124c5bc846399396a858a8a0830 (diff)
[ci skip] Merge pull request #5885 from etrianag/develop
Update documentation for method parse_string
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/parser.rst4
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..0b0d41740 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: 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.