|
MediaWiki
master
|
A PHPParser node visitor that associates each node with its file name. More...


Public Member Functions | |
| enterNode (PhpParser\Node $node) | |
| getCurrentFile () | |
| setCurrentFile ($filename) | |
Private Attributes | |
| $currentFile = null | |
A PHPParser node visitor that associates each node with its file name.
Definition at line 31 of file findDeprecated.php.
| FileAwareNodeVisitor::enterNode | ( | PhpParser\Node | $node | ) |
Definition at line 34 of file findDeprecated.php.
References $currentFile.
| FileAwareNodeVisitor::getCurrentFile | ( | ) |
Definition at line 44 of file findDeprecated.php.
References $currentFile.
| FileAwareNodeVisitor::setCurrentFile | ( | $filename | ) |
Definition at line 40 of file findDeprecated.php.
|
private |
Definition at line 32 of file findDeprecated.php.
Referenced by enterNode(), and getCurrentFile().