Filter/LocalizedToNormalized.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Filter
- Version
- $Id: LocalizedToNormalized.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Filter_LocalizedToNormalized
Package: Zend\Filter
Parameters
Returns
Throws
Normalizes given localized input
- Implements
- \Zend_Filter_Interface
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


filter(string $value) : string | array
Defined by Zend_Filter_Interface
Normalizes the given input
Name | Type | Description |
---|---|---|
$value | string | Value to normalized |
Type | Description |
---|---|
string | array | The normalized value |
Exception | Description |
---|---|
\Zend_Filter_Exception | If filtering $value is impossible |


setOptions(array $options = null) : \Zend_Filter_LocalizedToNormalized
Sets options to use
Parameters
Returns
Name | Type | Description |
---|---|---|
$options | array | (Optional) Options to use |
Type | Description |
---|---|
\Zend_Filter_LocalizedToNormalized |