PHP_Beautifier_Filter_ListClassFunctionCreate 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 ListThe script lookup for the string 'Class and Function List' in a comment and replace the entire comment with the list The settings are
Located in /Beautifier/Filter/ListClassFunction.filter.php (line 45)
PHP_Beautifier_Filter | --PHP_Beautifier_Filter_ListClassFunction
PHP_Beautifier_Filter_ListClassFunction
__construct
(PHP_Beautifier $oBeaut, [ $aSettings = array()])
mixed
$aFilterTokenFunctions
= array(
mixed
$aSettings
= array(
mixed
$sDescription
= 'Create a list of functions and classes in the script' (line 61)
Inherited from PHP_Beautifier_Filter
PHP_Beautifier_Filter::$aSettingsDefinition
PHP_Beautifier_Filter::$aToken
PHP_Beautifier_Filter::$bOn
PHP_Beautifier_Filter::$oBeaut
Constructor __construct (line 66)
includeInList (line 83)
postProcess (line 112)
t_class (line 87)
t_doc_comment (line 98)
t_function (line 72)
t_open_tag (line 105)
Inherited From PHP_Beautifier_Filter
PHP_Beautifier_Filter::__construct()
PHP_Beautifier_Filter::addSettingDefinition()
PHP_Beautifier_Filter::getDescription()
PHP_Beautifier_Filter::getName()
PHP_Beautifier_Filter::getSetting()
PHP_Beautifier_Filter::handleToken()
PHP_Beautifier_Filter::off()
PHP_Beautifier_Filter::on()
PHP_Beautifier_Filter::postProcess()
PHP_Beautifier_Filter::preProcess()
PHP_Beautifier_Filter::setSetting()
PHP_Beautifier_Filter::__call()
PHP_Beautifier_Filter::__sleep()
PHP_Beautifier_Filter::__toString()
Documentation generated on Mon, 31 May 2010 16:16:08 -0400 by phpDocumentor 1.4.3