Méthode |
Description |
|
__construct ( $filename ) |
|
|
beforeConst ( ) |
Cannot rewrite constants that are used as default values in constant declarations |
|
beforeExpr_Yield ( ) |
|
|
beforeExpr_YieldFrom ( ) |
|
|
beforeParam ( ) |
Cannot rewrite constants that are used as default values in function arguments |
|
beforeStmt_Class ( Class_ $Node ) |
|
|
beforeStmt_ClassMethod ( ) |
|
|
beforeStmt_Interface ( Interface_ $Node ) |
|
|
beforeStmt_PropertyProperty ( ) |
Cannot rewrite constants that are used as default values in property declarations |
|
beforeStmt_StaticVar ( ) |
Cannot rewrite constants that are used as default values in static variable declarations |
|
beforeStmt_Trait ( Trait_ $Node ) |
|
|
enterNode ( PhpParser\Node $Node ) |
|
|
ignoreClass ( $class ) |
|
|
ignoreConstant ( $constant ) |
|
|
ignoreFunction ( $function ) |
|
|
isClassIgnored ( $class ) |
|
|
isConstIgnored ( $const ) |
|
|
isFunctionIgnored ( $func ) |
|
|
leaveNode ( PhpParser\Node $Node ) |
|
|
rewriteConst ( ) |
|
|
rewriteExpr_ClassConstFetch ( PhpParser\Node\Expr\ClassConstFetch $Node ) |
|
|
rewriteExpr_ConstFetch ( PhpParser\Node\Expr\ConstFetch $Node ) |
|
|
rewriteExpr_FuncCall ( PhpParser\Node\Expr\FuncCall $Node ) |
|
|
rewriteExpr_Include ( PhpParser\Node\Expr\Include_ $Node ) |
|
|
rewriteParam ( ) |
|
|
rewriteScalar_MagicConst_Dir ( ) |
|
|
rewriteScalar_MagicConst_File ( ) |
|
|
rewriteStmt_ClassMethod ( ClassMethod $Node ) |
|
|
rewriteStmt_Interface ( ) |
|
|
rewriteStmt_PropertyProperty ( ) |
|
|
rewriteStmt_StaticVar ( ) |
|
|