patTemplate_OutputFilter_BBCode
Description
patTemplate BBCode output filter
$Id: BBCode.php 8287 2007-08-01 08:38:59Z eddieajau $
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)
patTemplate_Module
![]()
patTemplate_OutputFilter
![]()
patTemplate_OutputFilter_BBCode (Subpackage Filters)
Variable Summary
Method Summary
Variables
string
$_name
= 'BBCode' (line 53)
filter name
Redefinition of:
- patTemplate_Module::$_name
- module name
Inherited Variables
Inherited from patTemplate_Module
patTemplate_Module::$_params
Methods
remove all whitespace from the output
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:44:37 +0000 by phpDocumentor 1.3.1




patTemplate_OutputFilter_BBCode (Subpackage Filters)