reference/yaf/yaf_dispatcher/setview.xml
49d4fb555745d1981edac87a5a2d8ae53b5f75df
...
...
@@ -14,7 +14,7 @@
14
14
<methodparam><type>Yaf_View_Interface</type><parameter>view</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
This method proviods a solution for that if you want use a custom view
17
+
This method provides a solution if you want use a custom view
18
18
engine instead of <classname>Yaf_View_Simple</classname>
19
19
</para>
20
20

...
...
@@ -27,7 +27,7 @@
27
27
<term><parameter>view</parameter></term>
28
28
<listitem>
29
29
<para>
30
-
A Yaf_View_Interface instance
30
+
A <classname>Yaf_View_Interface</classname> instance
31
31
</para>
32
32
</listitem>
33
33
</varlistentry>
...
...
@@ -44,7 +44,7 @@
44
44
<refsect1 role="examples">
45
45
&reftitle.examples;
46
46
<example>
47
-
<title><function>A custom View engine</function>example</title>
47
+
<title><function>A custom View engine</function> example</title>
48
48
<programlisting role="php">
49
49
<![CDATA[
50
50
<?php
...
...
@@ -182,7 +182,7 @@ class Smarty_Adapter implements Yaf_View_Interface
182
182
</programlisting>
183
183
</example>
184
184
<example>
185
-
<title><function>Yaf_Dispatcher::setView</function>example</title>
185
+
<title><function>Yaf_Dispatcher::setView</function> example</title>
186
186
<programlisting role="php">
187
187
<![CDATA[
188
188
<?php
189
189