Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class patTemplate_OutputFilter_BBCode

Description

patTemplate BBCode output filter

$Id: BBCode.php 408 2005-07-21 11:19:36Z argh $

Uses patBBCode. Note that patBBCode's syntax is not entirely the same than the 'official' BBCode. See the patBBCode projet page for details.

The following parameters are available:

  • skinDir (required) The folder where BBCode templates are stored
  • reader (required) The type of reader to use
  • BBCode (optional) A fully configured BBCode objet to use. The other two options are not required if you set this.

Located in /pattemplate/patTemplate/OutputFilter/BBCode.php (line 44)

Abstract class patTemplate_Module

Abstract class patTemplate_OutputFilter
   
   Class patTemplate_OutputFilter_BBCode   (Subpackage Filters)
Variable Summary
Variable string $_name
Method Summary
Method string apply (string $data)
Variables
string $_name = 'BBCode' (line 53)

filter name

  • abstract:
  • access: protected

Redefinition of:
patTemplate_Module::$_name
module name

Inherited Variables

Inherited from patTemplate_Module

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

remove all whitespace from the output

  • return: data without whitespace
  • 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 Mon, 05 Mar 2007 20:53:10 +0000 by phpDocumentor 1.3.1