__construct (Constructor) [line 241]
PHP_Beautifier __construct(
)
|
|
Constructor.
Assing values to $aControlStructures,$aControlStructuresEnd, $aTokenFunctions
add [line 1112]
Add a string to the output
Parameters:
addFilter [line 429]
bool addFilter(
string
$mFilter, [array
$aSettings = array()])
|
|
Add a Filter to the Beautifier The first argument is the name of the file of the Filter.
Parameters:
addFilterDirectory [line 398]
void addFilterDirectory(
string
$sDir)
|
|
Add a filter directory
Parameters:
addIndent [line 1134]
addNewLine [line 1151]
Add a new line to the output
addNewLineIndent [line 1166]
Add a new line and a indent to output
decIndent [line 1191]
get [line 1038]
Returns the beautified code
getControlParenthesis [line 1070]
mixed getControlParenthesis(
[int
$iRet = 0])
|
|
Get the token constant for the current Parenthesis
Parameters:
getControlSeq [line 1060]
void getControlSeq(
[int
$iRet = 0])
|
|
Get the token constant for the current control construct
Parameters:
getFilterDescription [line 470]
mixed getFilterDescription(
string
$sFilter)
|
|
Return the Filter Description
Parameters:
getFilterDirectories [line 411]
array getFilterDirectories(
)
|
|
Return an array with all the Filter Dirs
getFilterList [line 513]
Get the names of the loaded filters
getFilterListTotal [line 524]
array getFilterListTotal(
)
|
|
Get the list of all available Filters in all the include Dirs
getIndentChar [line 546]
getIndentNumber [line 550]
getMode [line 1100]
bool getMode(
string
$sKey)
|
|
Get the state of a mode
Parameters:
getNewLine [line 554]
getNextTokenConstant [line 1332]
int getNextTokenConstant(
[int
$iPrev = 1])
|
|
Get the 'x' significant (non whitespace) next token constant
Parameters:
getNextTokenContent [line 1342]
int getNextTokenContent(
[int
$iNext = 1])
|
|
Get the 'x' significant (non whitespace) next token text
Parameters:
getNextTokenNonCommentConstant [line 1318]
void getNextTokenNonCommentConstant(
[
$iPrev = 1])
|
|
Parameters:
getPreviousTokenConstant [line 1303]
int getPreviousTokenConstant(
[int
$iPrev = 1])
|
|
Get the 'x' significant (non whitespace) previous token constant
Parameters:
getPreviousTokenContent [line 1313]
string getPreviousTokenContent(
[int
$iPrev = 1])
|
|
Get the 'x' significant (non whitespace) previous token text
Parameters:
getPreviousWhitespace [line 1355]
string getPreviousWhitespace(
)
|
|
Return the whitespace previous to current token
Ex.: You have ' if($a)' if you call this funcion on 'if', you get ' '
getSetting [line 1051]
mixed getSetting(
string
$sKey)
|
|
Returns the value of a settings
Parameters:
getToken [line 1417]
array &getToken(
int
$iIndex)
|
|
Get a token by number
Parameters:
getTokenAssoc [line 777]
mixed getTokenAssoc(
int
$iIndex)
|
|
Get the reference to $aOut, based on the number of the token
Parameters:
getTokenAssocText [line 786]
mixed getTokenAssocText(
int
$iIndex)
|
|
Get the output for the specified token
Parameters:
getTokenFunction [line 815]
mixed getTokenFunction(
mixed
$sTokenType)
|
|
Return the function for a token constant or string.
Parameters:
getTokenName [line 375]
void getTokenName(
$iToken)
|
|
Parameters:
incIndent [line 1180]
void incIndent(
[int
$iIncr = false])
|
|
Increments the indent in X chars.
If param omitted, used iIndentNumber
Parameters:
isNextTokenConstant [line 1273]
bool isNextTokenConstant(
mixed
$mValue, [
$iPrev = 1])
|
|
Return true if any of the constant defined in param 1 is the next 'x' content
Parameters:
isNextTokenContent [line 1288]
bool isNextTokenContent(
mixed
$mValue, [
$iPrev = 1])
|
|
Return true if any of the content defined is param 1 is the next 'x' content
Parameters:
isPreviousTokenConstant [line 1243]
bool isPreviousTokenConstant(
mixed
$mValue, [
$iPrev = 1])
|
|
Return true if any of the constant defined is param 1 is the previous 'x' constant
Parameters:
isPreviousTokenContent [line 1258]
bool isPreviousTokenContent(
mixed
$mValue, [
$iPrev = 1])
|
|
Return true if any of the content defined is param 1 is the previous 'x' content
Parameters:
openBraceDontProcess [line 1425]
void openBraceDontProcess(
)
|
|
pop [line 1121]
void pop(
[int
$iReps = 1])
|
|
Delete the last added output(s)
Parameters:
process [line 686]
Process the string or file to beautify
removeFilter [line 453]
bool removeFilter(
string
$sFilter)
|
|
Removes a Filter
Parameters:
removeWhitespace [line 1386]
Remove all whitespace from the previous tag
replaceTokenAssoc [line 799]
bool replaceTokenAssoc(
int
$iIndex, string
$sText)
|
|
Replace the output for specified token
Parameters:
save [line 623]
void save(
[string
$sFile = null])
|
|
Save the beautified code to output file
Parameters:
setBeautify [line 1009]
void setBeautify(
bool
$sFlag)
|
|
Set the Beautifier on or off
Parameters:
setBeforeNewLine [line 1143]
void setBeforeNewLine(
$sText)
|
|
Set a string to put before a new line
You could use this to put a standard comment after some sentences or to add extra newlines
Parameters:
setFileType [line 1001]
void setFileType(
string
$sType)
|
|
Set the filetype
Parameters:
setIndentChar [line 562]
void setIndentChar(
string
$sChar)
|
|
Character used for indentation
Parameters:
setIndentNumber [line 570]
void setIndentNumber(
int
$iIndentNumber)
|
|
Number of characters for indentation
Parameters:
setInputFile [line 587]
void setInputFile(
string
$sFile)
|
|
Set the file for beautify
Parameters:
setInputString [line 649]
void setInputString(
string
$sText)
|
|
Set a string for beautify
Parameters:
setMode [line 1083]
void setMode(
string
$sKey)
|
|
Set a mode to true
Parameters:
setNewLine [line 578]
void setNewLine(
string
$sNewLine)
|
|
Character used as a new line
Parameters:
setNoDeletePreviousSpaceHack [line 1029]
void setNoDeletePreviousSpaceHack(
[
$bFlag = true])
|
|
Activate or deactivate this ominous hack
If you need to maintain some special whitespace you can activate this hack and use (delete the space between * and /)
in get(), this text will be erased.
Parameters:
setOutputFile [line 613]
void setOutputFile(
string
$sFile)
|
|
Set the output file for beautify
Parameters:
show [line 1016]
startLog [line 387]
void startLog(
[string
$sFile = 'php_beautifier.log'], [int
$iLevel = PEAR_LOG_DEBUG])
|
|
Start the log for debug
Parameters:
unsetMode [line 1091]
void unsetMode(
string
$sKey)
|
|
Set a mode to false
Parameters: