summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/parser.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-02 12:41:01 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-02 12:41:01 +0100
commitcd3d9dbcbc99fa956b7400d328f202e1bcab4677 (patch)
treeca1e12b6751f31de8f49055118318643f7d647c7 /user_guide_src/source/libraries/parser.rst
parent7fd0c2d22ccbeb824419477ae8b506b84002ea13 (diff)
[ci skip] Fix #3515
Diffstat (limited to 'user_guide_src/source/libraries/parser.rst')
-rw-r--r--user_guide_src/source/libraries/parser.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/libraries/parser.rst b/user_guide_src/source/libraries/parser.rst
index d66684d9b..6c9d28959 100644
--- a/user_guide_src/source/libraries/parser.rst
+++ b/user_guide_src/source/libraries/parser.rst
@@ -276,9 +276,9 @@ Result::
Class Reference
***************
-.. class:: CI_Parser
+.. php:class:: CI_Parser
- .. method:: parse($template, $data[, $return = FALSE])
+ .. php:method:: parse($template, $data[, $return = FALSE])
:param string $template: Path to view file
:param array $data: Variable data
@@ -288,7 +288,7 @@ Class Reference
Parses a template from the provided path and variables.
- .. method:: parse_string($template, $data[, $return = FALSE])
+ .. php:method:: parse_string($template, $data[, $return = FALSE])
:param string $template: Path to view file
:param array $data: Variable data
@@ -299,7 +299,7 @@ Class Reference
This method works exactly like ``parse()``, only it accepts
the template as a string instead of loading a view file.
- .. method:: set_delimiters([$l = '{'[, $r = '}']])
+ .. php:method:: set_delimiters([$l = '{'[, $r = '}']])
:param string $l: Left delimiter
:param string $r: Right delimiter