Pārlūkot izejas kodu

[ZF-7173] Zend_Validate:

 - added constant to manual

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16412 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 gadi atpakaļ
vecāks
revīzija
4b016a46e5

+ 5 - 1
documentation/manual/en/module_specs/Zend_Validate-Messages.xml

@@ -118,7 +118,7 @@
                     <entry>'%value%' is an empty string</entry>
                 </row>
                 <row>
-                    <entry morerows="6" valign="middle">EmailAddress</entry>
+                    <entry morerows="7" valign="middle">EmailAddress</entry>
                     <entry>INVALID</entry>
                     <entry>
                         '%value%' is not a valid email address in the basic format
@@ -126,6 +126,10 @@
                     </entry>
                 </row>
                 <row>
+                    <entry>INVALID_FORMAT</entry>
+                    <entry>'%value%' is not a valid email address in the basic format local-part@hostname</entry>
+                </row>
+                <row>
                     <entry>INVALID_HOSTNAME</entry>
                     <entry>'%hostname%' is not a valid hostname for email address '%value%'</entry>
                 </row>