Class Text_Filter_tabs2spaces

Description

The Text_Filter_tabs2spaces:: converts tabs into spaces.

$Horde: framework/Text_Filter/Filter/tabs2spaces.php,v 1.3.10.10 2009/01/06 15:23:42 jan Exp $

Copyright 2004-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /Text_Filter/Filter/tabs2spaces.php (line 15)

Text_Filter
   |
   --Text_Filter_tabs2spaces
Variable Summary
 array $_params
Method Summary
 string preProcess (string $text)
Variables
array $_params = array('tabstop' => 8, 'breakchar' => "\n") (line 22)

Filter parameters.


Redefinition of:
Text_Filter::$_params
Filter parameters.
Methods
preProcess (line 31)

Executes any code necessary before applying the filter patterns.

  • return: The modified text.
string preProcess (string $text)
  • string $text: The text before the filtering.

Redefinition of:
Text_Filter::preProcess()
Executes any code necessaray before applying the filter patterns.

Inherited Methods

Inherited From Text_Filter

 Text_Filter::Text_Filter()
 Text_Filter::factory()
 Text_Filter::filter()
 Text_Filter::getPatterns()
 Text_Filter::postProcess()
 Text_Filter::preProcess()

Documentation generated on Sun, 30 Jan 2011 05:22:37 +0000 by phpDocumentor 1.4.3