| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 194 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: Zend_Validate_File_Hash - X-Ref
Validator for the hash of given files| __construct($options) X-Ref |
| Sets validator options param: string|array $options return: void |
| getHash() X-Ref |
| Returns the set hash values as array, the hash as key and the algorithm the value return: array |
| setHash($options) X-Ref |
| Sets the hash for one or multiple files param: string|array $options return: Zend_Validate_File_Hash Provides a fluent interface |
| addHash($options) X-Ref |
| Adds the hash for one or multiple files param: string|array $options return: Zend_Validate_File_Hash Provides a fluent interface |
| isValid($value, $file = null) X-Ref |
| Defined by Zend_Validate_Interface Returns true if and only if the given file confirms the set hash param: string $value Filename to check for hash param: array $file File data from Zend_File_Transfer return: boolean |
| _throw($file, $errorType) X-Ref |
| Throws an error of the given type param: string $file param: string $errorType return: false |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |