reference/yaf/yaf_route_static/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> and <literal>':a'</literal> are not set.
56
+
</para>
57
+
</refsect1>
58
+

44
59
<refsect1 role="examples">
45
60
&reftitle.examples;
46
61
<example>
...
...
@@ -91,13 +106,6 @@ string(%d) "/yafmodule/yafcontroller/yafaction?tkey1=tval1&tkey2=tval2"
91
106
</example>
92
107
</refsect1>
93
108

94
-
<refsect1 role="returnvalues">
95
-
&reftitle.returnvalues;
96
-
<para>
97
-

98
-
</para>
99
-
</refsect1>
100
-

101
109
</refentry>
102
110

103
111
<!-- Keep this comment at the end of the file
104
112