reference/yaf/yaf_route_simple/assemble.xml
c9389e4a0e96801fd14d91336ff3f12e45929a73
...
...
@@ -41,6 +41,21 @@
41
41
</variablelist>
42
42
</refsect1>
43
43

44
+
<refsect1 role="returnvalues">
45
+
&reftitle.returnvalues;
46
+
<para>
47
+
Returns a &string;.
48
+
</para>
49
+
</refsect1>
50
+

51
+
<refsect1 role="errors">
52
+
&reftitle.errors;
53
+
<para>
54
+
Throws <classname>Yaf_Exception_TypeError</classname> if <parameter>info</parameter>
55
+
keys <literal>':c'</literal> or <literal>':a'</literal> are not set.
56
+
</para>
57
+
</refsect1>
58
+

44
59
<refsect1 role="examples">
45
60
&reftitle.examples;
46
61
<example>
...
...
@@ -78,13 +93,6 @@ string(64) "?m=yafmodule&c=yafcontroller&a=yafaction&tkey1=tval1&tkey2=tval2"
78
93
</example>
79
94
</refsect1>
80
95

81
-
<refsect1 role="returnvalues">
82
-
&reftitle.returnvalues;
83
-
<para>
84
-

85
-
</para>
86
-
</refsect1>
87
-

88
96
</refentry>
89
97

90
98
<!-- Keep this comment at the end of the file
91
99