MediaWiki master
|
Maintenance task that recursively scans MediaWiki PHP files for deprecated functions and interfaces and produces a report. More...
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
getFiles () | |
Protected Member Functions | |
getMwInstallPath () | |
Maintenance task that recursively scans MediaWiki PHP files for deprecated functions and interfaces and produces a report.
Definition at line 139 of file findDeprecated.php.
FindDeprecated::__construct | ( | ) |
Definition at line 140 of file findDeprecated.php.
FindDeprecated::execute | ( | ) |
Definition at line 162 of file findDeprecated.php.
References $IP, and getFiles().
FindDeprecated::getFiles | ( | ) |
Definition at line 155 of file findDeprecated.php.
References getMwInstallPath().
Referenced by execute().
|
protected |
Definition at line 148 of file findDeprecated.php.
Referenced by getFiles().