summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2020-01-27 18:30:35 +0100
committerGitHub <noreply@github.com>2020-01-27 18:30:35 +0100
commitb977b2d860f84d6e3619174420848ca3c854c5ed (patch)
tree0bc00488dc5f42e055886c1da60c33b3ce00d1eb /user_guide_src/source
parent4fc777a92942eee78f72cfc86453942bc21da020 (diff)
parent0c1f8474e15c8f22f9fef424799ed8cabf2c0f6b (diff)
[ci skip] Merge pull request #5885 from etrianag/develop
Update documentation for method parse_string
Diffstat (limited to 'user_guide_src/source')
-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.