Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 Class patTemplate_OutputFilter_Tidy

Description

patTemplate Tidy output filter

$Id: Tidy.php 8287 2007-08-01 08:38:59Z eddieajau $

Used to tidy up your resulting HTML document, requires ext/tidy.

Located in /pattemplate/patTemplate/OutputFilter/Tidy.php (line 35)

Abstract class patTemplate_Module

Abstract class patTemplate_OutputFilter
   
   Class patTemplate_OutputFilter_Tidy   (Subpackage Filters)
Variable Summary
Variable string $_name
Method Summary
Method string apply (string $data)
Variables
string $_name = 'Tidy' (line 45)

* filter name

This has to be set in the final filter classes.


Redefinition of:
patTemplate_Module::$_name
module name

Inherited Variables

Inherited from patTemplate_Module

Variable patTemplate_Module::$_params
Methods
apply (line 54)

* tidy the data

  • return: compressed data
  • access: public
string apply (string $data)
  • string $data: data

Redefinition of:
patTemplate_OutputFilter::apply()
apply the filter

Inherited Methods

Inherited From patTemplate_OutputFilter

 patTemplate_OutputFilter::apply()

Inherited From patTemplate_Module

 patTemplate_Module::getName()
 patTemplate_Module::getParam()
 patTemplate_Module::setParams()

Documentation generated on Tue, 29 Jan 2008 18:52:11 +0000 by phpDocumentor 1.3.1