reference/yaf/yaf_route_supervar/assemble.xml
c9389e4a0e96801fd14d91336ff3f12e45929a73
...
...
@@ -41,10 +41,25 @@
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>
47
-
<title><function>Yaf_Route_Supervar::assemble</function>example</title>
62
+
<title><function>Yaf_Route_Supervar::assemble</function> example</title>
48
63
<programlisting role="php">
49
64
<![CDATA[
50
65
<?php
...
...
@@ -96,13 +111,6 @@ string(%d) "You need to specify the controller by ':c'"
96
111
</example>
97
112
</refsect1>
98
113

99
-
<refsect1 role="returnvalues">
100
-
&reftitle.returnvalues;
101
-
<para>
102
-

103
-
</para>
104
-
</refsect1>
105
-

106
114
</refentry>
107
115

108
116
<!-- Keep this comment at the end of the file
109
117