|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| isValid ($value, $file=null) | |
Data Fields | |
| const | DOES_EXIST = 'fileNotExistsDoesExist' |
Protected Attributes | |
| $_messageTemplates | |
Definition at line 35 of file NotExists.php.
| isValid | ( | $ | value, |
| $ | file = null |
||
| ) |
Defined by Zend_Validate_Interface
Returns true if and only if the file does not exist in the set destinations
| string | $value | Real file to check for |
| array | $file | File data from Zend_File_Transfer |
Reimplemented from Zend_Validate_File_Exists.
Definition at line 58 of file NotExists.php.

$_messageTemplates [protected] |
array( self::DOES_EXIST => "File '%value%' exists", )
Reimplemented from Zend_Validate_File_Exists.
Definition at line 45 of file NotExists.php.
| const DOES_EXIST = 'fileNotExistsDoesExist' |
string Error constants
Definition at line 40 of file NotExists.php.