Filter/File/LowerCase.php

Show: inherited
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 [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: 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

Propertyprotectedstring $_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
Name Type Description
$options string
methodpublicfilter(string $value) : string

Defined by Zend_Filter_Interface

Does a lowercase on the content of the given file

Parameters
Name Type Description
$value string

Full path of file to change

Returns
Type Description
string The given $value
Throws
Exception Description
\Zend_Filter_Exception
methodpublicgetEncoding() : string
inherited

Returns the set encoding

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

Set the input encoding for the given string

Inherited from: \Zend_Filter_StringToLower::setEncoding()
Parameters
Name Type Description
$encoding string
Returns
Type Description
\Zend_Filter_StringToLower Provides a fluent interface
Throws
Exception Description
\Zend_Filter_Exception
Documentation was generated by phpDocumentor 2.0.0a8.