• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Validate/Interface.php

00001 <?php
00002 
00030 interface Zend_Validate_Interface
00031 {
00043     public function isValid($value);
00044 
00055     public function getMessages();
00056 
00069     public function getErrors();
00070 
00071 }

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2