API Documentation

Filter/StringToLower.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Filter
version
$Id: StringToLower.php 20912 2010-02-04 19:44:42Z thomas $
Classes
Zend_Filter_StringToLower

Description

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 license@zend.com so we can send you a copy immediately.

Zend_Filter_StringToLower

Implements
Zend_Filter_Interface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Filter
Properties
$_encoding
Methods
__construct
getEncoding
setEncoding
filter

Description

Properties

$_encoding

string $_encoding = 'null'

Encoding for the input string

Details

$_encoding
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( string|array|Zend_Config $options = null ) :

Constructor

Arguments
$options
stringarrayZend_Config
OPTIONAL
Details
visibility
public
final
false
static
false

filter

filter( string $value ) : string

Defined by Zend_Filter_Interface

Returns the string $value, converting characters to lowercase as necessary

Arguments
$value
string
Output
string
Details
visibility
public
final
false
static
false

getEncoding

getEncoding( ) : string

Returns the set encoding

Output
string
Details
visibility
public
final
false
static
false

setEncoding

setEncoding( string $encoding = null ) : Zend_Filter_StringToLower

Set the input encoding for the given string

Arguments
$encoding
string
Output
Zend_Filter_StringToLower
Provides a fluent interface
Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.