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 [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
Parameters
Returns
Throws
- 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


string $_encoding = null
Default value
null
Details- Type
- string
- Inherited_from
- \Zend_Filter_StringToLower::$$_encoding
Methods


__construct(string $options = null) : void
Adds options to the filter at initiation
Parameters
Name | Type | Description |
---|---|---|
$options | string |


filter(string $value) : string
Defined by Zend_Filter_Interface
Does a lowercase on the content of the given file
Name | Type | Description |
---|---|---|
$value | string | Full path of file to change |
Type | Description |
---|---|
string | The given $value |
Exception | Description |
---|---|
\Zend_Filter_Exception |


setEncoding(string $encoding = null) : \Zend_Filter_StringToLower
inherited
Set the input encoding for the given string
Inherited from: \Zend_Filter_StringToLower::setEncoding()
Parameters
Returns
Throws
Name | Type | Description |
---|---|---|
$encoding | string |
Type | Description |
---|---|
\Zend_Filter_StringToLower | Provides a fluent interface |
Exception | Description |
---|---|
\Zend_Filter_Exception |