Filter/File/LowerCase.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Filter  
Version
$Id: LowerCase.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Filter_File_LowerCase

Package: Zend\Filter
Parent(s)
\Zend_Filter_StringToLower
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_encoding = null
inherited
Encoding for the input string
Inherited from: \Zend_Filter_StringToLower::$$_encoding
Default valuenullDetails
Type
string
Inherited_from
\Zend_Filter_StringToLower::$$_encoding  

Methods

methodpublic__construct(string $options = null) : void

Adds options to the filter at initiation

Parameters
NameTypeDescription
$optionsstring
methodpublicfilter(string $value) : string

Defined by Zend_Filter_Interface

Does a lowercase on the content of the given file

Parameters
NameTypeDescription
$valuestring

Full path of file to change

Returns
TypeDescription
stringThe given $value
Throws
ExceptionDescription
\Zend_Filter_Exception
methodpublicgetEncoding() : string
inherited

Returns the set encoding

Inherited from: \Zend_Filter_StringToLower::getEncoding()
Returns
TypeDescription
string
methodpublicsetEncoding(string $encoding = null) : \Zend_Filter_StringToLower
inherited

Set the input encoding for the given string

Inherited from: \Zend_Filter_StringToLower::setEncoding()
Parameters
NameTypeDescription
$encodingstring
Returns
TypeDescription
\Zend_Filter_StringToLowerProvides a fluent interface
Throws
ExceptionDescription
\Zend_Filter_Exception
Documentation was generated by phpDocumentor 2.0.0a12.