|
MediaWiki master
|
A PHPParser node visitor that finds deprecated functions and methods. More...
Inherits FileAwareNodeVisitor.

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. | |
Public Member Functions inherited from FileAwareNodeVisitor | |
| getCurrentFile () | |
| setCurrentFile (?string $filename) | |
A PHPParser node visitor that finds deprecated functions and methods.
Definition at line 45 of file findDeprecated.php.
| DeprecatedInterfaceFinder::enterNode | ( | PhpParser\Node | $node | ) |
Reimplemented from FileAwareNodeVisitor.
Definition at line 90 of file findDeprecated.php.
References $matches.
| DeprecatedInterfaceFinder::getFoundNodes | ( | ) |
Definition at line 53 of file findDeprecated.php.
| 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 70 of file findDeprecated.php.