|
@@ -8,6 +8,32 @@
|
|
|
<acronym>ISBN-10</acronym> or <acronym>ISBN-13</acronym> value.
|
|
<acronym>ISBN-10</acronym> or <acronym>ISBN-13</acronym> value.
|
|
|
</para>
|
|
</para>
|
|
|
|
|
|
|
|
|
|
+ <sect3 id="zend.validate.set.isbn.options">
|
|
|
|
|
+ <title>Supported options for Zend_Validate_Isbn</title>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ The following options are supported for <classname>Zend_Validate_Isbn</classname>:
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ <itemizedlist>
|
|
|
|
|
+ <listitem>
|
|
|
|
|
+ <para>
|
|
|
|
|
+ <emphasis><property>separator</property></emphasis>: Defines the allowed separator
|
|
|
|
|
+ for the <acronym>ISBN</acronym> number. It defaults to an empty string.
|
|
|
|
|
+ </para>
|
|
|
|
|
+ </listitem>
|
|
|
|
|
+
|
|
|
|
|
+ <listitem>
|
|
|
|
|
+ <para>
|
|
|
|
|
+ <emphasis><property>type</property></emphasis>: Defines the allowed type of
|
|
|
|
|
+ <acronym>ISBN</acronym> numbers. It defaults to
|
|
|
|
|
+ <constant>Zend_Validate_Isbn::AUTO</constant>. For details take a look at
|
|
|
|
|
+ <link linkend="zend.validate.set.isbn.type-explicit">this section</link>.
|
|
|
|
|
+ </para>
|
|
|
|
|
+ </listitem>
|
|
|
|
|
+ </itemizedlist>
|
|
|
|
|
+ </sect3>
|
|
|
|
|
+
|
|
|
<sect3 id="zend.validate.set.isbn.basic">
|
|
<sect3 id="zend.validate.set.isbn.basic">
|
|
|
<title>Basic usage</title>
|
|
<title>Basic usage</title>
|
|
|
|
|
|