API Documentation

Validate/File/ExcludeExtension.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Validate
version
$Id: ExcludeExtension.php 22697 2010-07-26 21:14:47Z alexander $
Classes
Zend_Validate_File_ExcludeExtension

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Validate_File_ExcludeExtension

Extends from
Zend_Validate_File_Extension
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Validate
Constants
FALSE_EXTENSION
NOT_FOUND
Properties
$_messageTemplates
Methods
isValid

Description

Validator for the excluding file extensions

Constants

FALSE_EXTENSION

 FALSE_EXTENSION = 'fileExcludeExtensionFalse'

Details

value
fileExcludeExtensionFalse
const
string Error constants

NOT_FOUND

 NOT_FOUND = 'fileExcludeExtensionNotFound'

Details

value
fileExcludeExtensionNotFound

Properties

$_messageTemplates

array $_messageTemplates = 'array'

Details

$_messageTemplates
array
Error message templates
visibility
protected
default
array
final
false
static
false

Methods

isValid

isValid( string $value, array $file = null ) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if the fileextension of $value is not included in the set extension list

Arguments
$value
string
Real file to check for extension
$file
array
File data from Zend_File_Transfer
Output
boolean
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.