[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Validate/ -> Alnum.php (summary)

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: 150 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Validate_Alnum:: (4 methods):
  __construct()
  getAllowWhiteSpace()
  setAllowWhiteSpace()
  isValid()


Class: Zend_Validate_Alnum  - X-Ref


__construct($allowWhiteSpace = false)   X-Ref
Sets default option values for this instance

param: boolean|Zend_Config $allowWhiteSpace
return: void

getAllowWhiteSpace()   X-Ref
Returns the allowWhiteSpace option

return: boolean

setAllowWhiteSpace($allowWhiteSpace)   X-Ref
Sets the allowWhiteSpace option

param: boolean $allowWhiteSpace
return: Zend_Filter_Alnum Provides a fluent interface

isValid($value)   X-Ref
Defined by Zend_Validate_Interface

Returns true if and only if $value contains only alphabetic and digit characters

param: string $value
return: boolean



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1