680. Class

680.1. Zend\I18n\Filter\Alnum

680.1.1. Methods

680.1.1.1. __construct

__construct()

Sets default option values for this instance

Parameters:
  • array|Traversable|bool|null
  • string|null

680.1.1.2. setAllowWhiteSpace

setAllowWhiteSpace()

Sets the allowWhiteSpace option

Parameters:bool
Return type:Alnum Provides a fluent interface

680.1.1.3. getAllowWhiteSpace

getAllowWhiteSpace()

Whether white space is allowed

Return type:bool

680.1.1.4. filter

filter()

Defined by ZendFilterFilterInterface

Returns $value as string with all non-alphanumeric characters removed

Parameters:mixed
Return type:string

Project Versions

Table Of Contents

Previous topic

679. Class

Next topic

681. Class

This Page