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

Class: PHP_Beautifier_Filter_ListClassFunction

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

Class Overview

PHP_Beautifier_Filter
   |
   --PHP_Beautifier_Filter_ListClassFunction

Create a list of functions and classes in the script By default, this Filter puts the list at the beggining of the script.


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 46]
Create a list of functions and classes in the script By default, this Filter puts the list at the beggining of the script.

If you want it in another position, put a comment like that

 // Class and Function List
 
The script lookup for the string 'Class and Function List' in a comment and replace the entire comment with the list The settings are
  • list_functions: List functions (0 or 1). Default:1
  • list_classes: List classes (0 or 1). Default:1



[ Top ]


Method Detail

includeInList   [line 82]

void includeInList( mixed $sTag, mixed $sValue)


[ Top ]

postProcess   [line 111]

void postProcess( )


Overrides PHP_Beautifier_Filter::postProcess() (Called from PHP_Beautifier::process() at the end of processing)
[ Top ]

t_class   [line 86]

void t_class( mixed $sTag)


[ Top ]

t_comment   [line 97]

void t_comment( mixed $sTag)


[ Top ]

t_function   [line 71]

void t_function( mixed $sTag)


[ Top ]

t_open_tag   [line 104]

void t_open_tag( mixed $sTag)


[ Top ]


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