category Zend
package Zend_Filter
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Filter_StringToUpper

 Methods

Adds options to the filter at initiation

__construct(string $options = null
inherited_from \Zend_Filter_StringToUpper::__construct()

Parameters

$options

string

Constructor

__construct(string|array $options = null
Inherited

Parameters

$options

stringarray

OPTIONAL

Defined by Zend_Filter_Interface

filter(string $value) : string

Does a lowercase on the content of the given file

inherited_from \Zend_Filter_StringToUpper::filter()

Parameters

$value

string

Full path of file to change

Exceptions

\Zend_Filter_Exception

Returns

stringThe given $value

Defined by Zend_Filter_Interface

filter(string $value) : string
Inherited

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

inherited_from \Zend_Filter_Interface::filter()

Parameters

$value

string

Returns

string

Returns the set encoding

getEncoding() : string
Inherited

Returns

string

Set the input encoding for the given string

setEncoding(string $encoding = null) : \Zend_Filter_StringToUpper
Inherited

Parameters

$encoding

string

Exceptions

\Zend_Filter_Exception

Returns

\Zend_Filter_StringToUpperProvides a fluent interface

 Properties

 

Encoding for the input string

$_encoding : string

Default

null