Prechádzať zdrojové kódy

[DOCUMENTATION] English:

- small fix

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16340 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 rokov pred
rodič
commit
aa2584cad3

+ 4 - 4
documentation/manual/en/module_specs/Zend_Validate.xml

@@ -285,14 +285,14 @@ if (Zend_Validate::is($value, 'OtherValidator', array(1, 12)) {
             <itemizedlist>
             <itemizedlist>
                 <listitem>
                 <listitem>
                     <para>
                     <para>
-                        <emphasis><methodname>Zend_Validator::getDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::getDefaultNamespaces()</methodname></emphasis>:
                         Returns all set default namespaces as array.
                         Returns all set default namespaces as array.
                     </para>
                     </para>
                 </listitem>
                 </listitem>
 
 
                 <listitem>
                 <listitem>
                     <para>
                     <para>
-                        <emphasis><methodname>Zend_Validator::setDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::setDefaultNamespaces()</methodname></emphasis>:
                         Sets new default namespaces and overrides any previous set. It accepts
                         Sets new default namespaces and overrides any previous set. It accepts
                         eighter a string for a single namespace of an array for multiple namespaces.
                         eighter a string for a single namespace of an array for multiple namespaces.
                     </para>
                     </para>
@@ -300,7 +300,7 @@ if (Zend_Validate::is($value, 'OtherValidator', array(1, 12)) {
 
 
                 <listitem>
                 <listitem>
                     <para>
                     <para>
-                        <emphasis><methodname>Zend_Validator::addDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::addDefaultNamespaces()</methodname></emphasis>:
                         Adds additional namespaces to already set ones. It accepts eighter a string
                         Adds additional namespaces to already set ones. It accepts eighter a string
                         for a single namespace of an array for multiple namespaces.
                         for a single namespace of an array for multiple namespaces.
                     </para>
                     </para>
@@ -308,7 +308,7 @@ if (Zend_Validate::is($value, 'OtherValidator', array(1, 12)) {
 
 
                 <listitem>
                 <listitem>
                     <para>
                     <para>
-                        <emphasis><methodname>Zend_Validator::hasDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::hasDefaultNamespaces()</methodname></emphasis>:
                         Returns true when one or more default namespaces are set, and false when no
                         Returns true when one or more default namespaces are set, and false when no
                         default namespaces are set.
                         default namespaces are set.
                     </para>
                     </para>