MediaWiki
1.30.0
|
A PHPParser node visitor that finds deprecated functions and methods. More...
Public Member Functions | |
enterNode (PhpParser\Node $node) | |
getFoundNodes () | |
isHardDeprecated (PhpParser\Node $node) | |
Check whether a function or method includes a call to wfDeprecated(), indicating that it is a hard-deprecated interface. More... | |
Public Member Functions inherited from FileAwareNodeVisitor | |
getCurrentFile () | |
setCurrentFile ( $filename) | |
Private Attributes | |
$currentClass = null | |
$foundNodes = [] | |
A PHPParser node visitor that finds deprecated functions and methods.
Definition at line 52 of file findDeprecated.php.
DeprecatedInterfaceFinder::enterNode | ( | PhpParser\Node | $node | ) |
Reimplemented from FileAwareNodeVisitor.
Definition at line 90 of file findDeprecated.php.
References $matches, $name, and isHardDeprecated().
DeprecatedInterfaceFinder::getFoundNodes | ( | ) |
Definition at line 58 of file findDeprecated.php.
References $foundNodes, and as.
DeprecatedInterfaceFinder::isHardDeprecated | ( | PhpParser\Node | $node | ) |
Check whether a function or method includes a call to wfDeprecated(), indicating that it is a hard-deprecated interface.
PhpParser\\Node | $node |
Definition at line 75 of file findDeprecated.php.
References as.
Referenced by enterNode().
|
private |
Definition at line 54 of file findDeprecated.php.
|
private |
Definition at line 56 of file findDeprecated.php.
Referenced by getFoundNodes().