Class Zend_Filter_Alnum

Description

Implements interfaces:

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Filter/Alnum.php (line 37)


	
			
Variable Summary
Method Summary
 void __construct ([boolean $allowWhiteSpace = false])
 string filter (string $value)
 boolean getAllowWhiteSpace ()
 Zend_Filter_Alnum setAllowWhiteSpace (boolean $allowWhiteSpace)
Variables
static boolean $_meansEnglishAlphabet (line 66)

The Alphabet means english alphabet.

  • access: protected
static mixed $_unicodeEnabled (line 52)

Is PCRE is compiled with UTF-8 and Unicode support

  • access: protected
boolean $allowWhiteSpace (line 45)

Whether to allow white space characters; off by default

  • deprecated:
  • access: public
Zend_Locale $_locale (line 59)

Locale in browser.

  • var: object
  • access: protected
Methods
Constructor __construct (line 74)

Sets default option values for this instance

  • access: public
void __construct ([boolean $allowWhiteSpace = false])
  • boolean $allowWhiteSpace
filter (line 130)

Defined by Zend_Filter_Interface

Returns the string $value, removing all but alphabetic and digit characters

  • access: public
string filter (string $value)
  • string $value

Implementation of:
Zend_Filter_Interface::filter()
Returns the result of filtering $value
getAllowWhiteSpace (line 105)

Returns the allowWhiteSpace option

  • access: public
boolean getAllowWhiteSpace ()
setAllowWhiteSpace (line 116)

Sets the allowWhiteSpace option

  • return: Provides a fluent interface
  • access: public
Zend_Filter_Alnum setAllowWhiteSpace (boolean $allowWhiteSpace)
  • boolean $allowWhiteSpace

Documentation generated on Mon, 21 Jun 2010 15:07:14 -0400 by phpDocumentor 1.4.3