@@ -130,7 +130,6 @@ Class Reference
130130 .. php :class :: View
131131
132132 .. php :method :: render($view[, $options[, $saveData = false]])
133- :noindex:
134133
135134 :param string $view: File name of the view source
136135 :param array $options: Array of options, as key/value pairs
@@ -144,7 +143,6 @@ Class Reference
144143 :lines: 2-
145144
146145 .. php :method :: renderString($view[, $options[, $saveData = false]])
147- :noindex:
148146
149147 :param string $view: Contents of the view to render, for instance content retrieved from a database
150148 :param array $options: Array of options, as key/value pairs
@@ -163,7 +161,6 @@ Class Reference
163161 appropriately!
164162
165163 .. php :method :: setData([$data[, $context = null]])
166- :noindex:
167164
168165 :param array $data: Array of view data strings, as key/value pairs
169166 :param string $context: The context to use for data escaping.
@@ -182,7 +179,6 @@ Class Reference
182179 until the view is rendered.
183180
184181 .. php :method :: setVar($name[, $value = null[, $context = null]])
185- :noindex:
186182
187183 :param string $name: Name of the view data variable
188184 :param mixed $value: The value of this view data
0 commit comments