API Documentation

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

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Filter  
version
$Id: LowerCase.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Filter_File_LowerCase

Extends from
\Zend_Filter_StringToLower
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Filter  

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

Returns the set encoding

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

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 DocBlox 0.13.3.