PHP_Beautifier
[ class tree: PHP_Beautifier ] [ index: PHP_Beautifier ] [ all elements ]

Class: PHP_Beautifier_Filter_phpBB

Source Location: /PHP_Beautifier-0.1.15/Beautifier/Filter/phpBB.filter.php

Class Overview

PHP_Beautifier_Filter
   |
   --PHP_Beautifier_Filter_phpBB

Filter the code to make it compatible with phpBB Coding Standards


Author(s):

Version:

  • Release: 0.0.1

Copyright:

  • 2008 Jim Wigginton

Variables

Methods


Inherited Variables

Inherited Methods

Class: PHP_Beautifier_Filter

PHP_Beautifier_Filter::__construct()
Constructor If you need to overload this (for example, to create a definition for setting with addSettingDefinition() remember call the parent constructor.
PHP_Beautifier_Filter::addSettingDefinition()
Add a setting definition
PHP_Beautifier_Filter::getDescription()
PHP_Beautifier_Filter::getName()
return @string
PHP_Beautifier_Filter::getSetting()
Get a setting of the Filter
PHP_Beautifier_Filter::handleToken()
Function called from PHP_Beautifier::process() to process the tokens.
PHP_Beautifier_Filter::off()
Turn off the Filter Use inside the code to beautify Ex.
PHP_Beautifier_Filter::on()
Turn on the Filter Use inside the code to beautify Ex.
PHP_Beautifier_Filter::postProcess()
Called from PHP_Beautifier::process() at the end of processing
PHP_Beautifier_Filter::preProcess()
Called from PHP_Beautifier::process() at the beginning
PHP_Beautifier_Filter::setSetting()
Set a value of a Setting
PHP_Beautifier_Filter::__call()
PHP_Beautifier_Filter::__sleep()
PHP_Beautifier_Filter::__toString()

Class Details

[line 39]
Filter the code to make it compatible with phpBB Coding Standards

Among other differences from the PEAR Coding Standards, the phpBB coding standards use BSD style indenting.



[ Top ]


Class Variables

$sDescription =  'Filter the code to make it compatible with phpBB Coding Standards'

[line 41]

  • Access: protected

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

__construct (Constructor)   [line 43]

PHP_Beautifier_Filter_phpBB __construct( PHP_Beautifier $oBeaut, [ $aSettings = array()])

  • Access: public

Overrides PHP_Beautifier_Filter::__construct() (Constructor If you need to overload this (for example, to create a definition for setting with addSettingDefinition() remember call the parent constructor.)

Parameters:

PHP_Beautifier   $oBeaut   — 
   $aSettings   — 

[ Top ]

preProcess   [line 94]

void preProcess( )


Overrides PHP_Beautifier_Filter::preProcess() (Called from PHP_Beautifier::process() at the beginning)
[ Top ]

t_close_brace   [line 57]

void t_close_brace( $sTag)


Parameters:

   $sTag   — 

[ Top ]

t_else   [line 69]

void t_else( $sTag)


Parameters:

   $sTag   — 

[ Top ]

t_open_brace   [line 50]

void t_open_brace( $sTag)


Parameters:

   $sTag   — 

[ Top ]

t_semi_colon   [line 80]

void t_semi_colon( $sTag)


Parameters:

   $sTag   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:37:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.