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

Class: PHP_Beautifier_Filter_ArrayNested

Source Location: /PHP_Beautifier-0.1.2/Beautifier/Filter/ArrayNested.filter.php

Class Overview

PHP_Beautifier_Filter
   |
   --PHP_Beautifier_Filter_ArrayNested

Filter Array Nested: Indent the array structures Ex.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2004-2005 Claudio Bustos

Methods


Inherited Variables

Inherited Methods

Class: PHP_Beautifier_Filter

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::setSetting()
Set a value of a Setting

Class Details

[line 48]
Filter Array Nested: Indent the array structures Ex.


1 $aMyArray = array(
2 array(
3 array(
4 array(
5 'el'=>1,
6 'el'=>2
7 )
8 )
9 )
10 );



[ Top ]


Method Detail

t_comma   [line 72]

void t_comma( mixed $sTag)


[ Top ]

t_parenthesis_close   [line 58]

void t_parenthesis_close( mixed $sTag)


[ Top ]

t_parenthesis_open   [line 49]

void t_parenthesis_open( mixed $sTag)


[ Top ]


Documentation generated on Fri, 4 Feb 2005 01:30:12 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.