Class Packager_Php_Scripts_Replacer
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected static
|
protected static
array
|
$dynamicClassFnDeterminators
|
#
array(
'continueTokens'=> array(
T_WHITESPACE=> 1,
T_COMMENT => 1,
),
'endingTokens' => array(
T_PUBLIC => 1,
T_PROTECTED => 1,
T_PRIVATE => 1,
T_ABSTRACT => 1,
T_FINAL => 1,
),
)
|
protected static
array
|
$phpFunctionsToProcess
|
#
array()
|
protected static
array
|
$wrapperReplacements
|
#
array()
|
protected static
array
|
$phpReplacementsStatistics
|
#
array()
|
protected static
string
|
$wrapperClassName
|
#
''
|
protected static
string
|
$phpFsMode
|
#
''
|
protected
|
$cfg
|
|
protected
string
|
$result
|
#
''
|
protected
string
|
$scriptContent
|
#
''
|
protected
string
|
$statementEndOperator
|
#
';'
|
protected
|
$fileInfo
|
#
NULL
|
protected
array
|
$tokens
|
#
array()
|
protected
integer
|
$namespaceState
|
#
0
|
protected
integer
|
$classState
|
#
0
|
protected
integer
|
$classBracketsLevel
|
#
0
|
protected
array
|
$functionsStates
|
#
array(0)
|
protected
array
|
$functionsOpenIndexes
|
#
array(0)
|
protected
array
|
$functionsBracketsLevels
|
#
array(0)
|