Class iPhorm_Filter_Alpha

Description

Implements interfaces:

Alpha Filter

Located in /iPhorm/Filter/Alpha.php (line 6)


	
			
Variable Summary
Method Summary
 iPhorm_Filter_Alpha __construct ([ $options = array()])
 string filter (string $value)
 void setAllowWhiteSpace ( $flag)
Variables
boolean $_allowWhiteSpace = false (line 13)

Whether to allow white space characters; off by default

  • access: protected
Methods
Constructor __construct (line 15)
  • access: public
iPhorm_Filter_Alpha __construct ([ $options = array()])
  • $options
filter (line 31)

Filter everything from the given value except alphabet characters

  • return: The filtered value
  • access: public
string filter (string $value)
  • string $value: The value to filter

Implementation of:
iPhorm_Filter_Interface::filter()
getAllowWhiteSpace (line 45)
  • access: public
void getAllowWhiteSpace ()
setAllowWhiteSpace (line 40)
  • access: public
void setAllowWhiteSpace ( $flag)
  • $flag

Documentation generated on Thu, 24 Feb 2011 22:19:37 +0000 by phpDocumentor 1.4.3