Преглед изворни кода

Fixes data types in docs for Zend_Barcode Objects

Frank Brückner пре 11 година
родитељ
комит
e5c1deb0bb
1 измењених фајлова са 8 додато и 2 уклоњено
  1. 8 2
      documentation/manual/en/module_specs/Zend_Barcode-Objects.xml

+ 8 - 2
documentation/manual/en/module_specs/Zend_Barcode-Objects.xml

@@ -125,7 +125,10 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>factor</emphasis></entry>
-                        <entry><type>Integer</type></entry>
+                        <entry>
+                            <type>Integer</type>, <type>Float</type>,
+                            <type>String</type> or <type>Boolean</type>
+                        </entry>
                         <entry>1</entry>
                         <entry>Factor by which to multiply bar widths and font sizes</entry>
                     </row>
@@ -161,7 +164,10 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>orientation</emphasis></entry>
-                        <entry><type>Integer</type></entry>
+                        <entry>
+                            <type>Integer</type>, <type>Float</type>,
+                            <type>String</type> or <type>Boolean</type>
+                        </entry>
                         <entry>0</entry>
                         <entry>Orientation of the barcode</entry>
                     </row>