1984. Class

1984.1. Zend\I18n\Validator\Alnum

1984.1.1. Methods

1984.1.1.1. __construct

__construct()

Sets default option values for this instance

Parameters:bool

1984.1.1.2. getAllowWhiteSpace

getAllowWhiteSpace()

Returns the allowWhiteSpace option

Return type:bool

1984.1.1.3. setAllowWhiteSpace

setAllowWhiteSpace()

Sets the allowWhiteSpace option

Parameters:bool
Return type:AlnumFilter Provides a fluent interface

1984.1.1.4. isValid

isValid()

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

Parameters:string
Return type:bool

1984.1.2. Constants

1984.1.2.1. INVALID

1984.1.2.2. NOT_ALNUM

1984.1.2.3. STRING_EMPTY