Core class of the maintanance script. More...
Public Member Functions | |
| __construct () | |
| Constructor. | |
| execute () | |
Private Member Functions | |
| singlePage () | |
| Processes a single page. More... | |
| allPages ($index=0) | |
| Process all pages in the Wiki. More... | |
Core class of the maintanance script.
.htaccess file that declares deny from all. Other webservers may exhibit different behavior. Be aware that anybody who is able to execute this script may place a high load on the server. Definition at line 60 of file linktitles-cli.php.
|
private |
Process all pages in the Wiki.
| integer | $index | Index of the start page. |
Definition at line 153 of file linktitles-cli.php.
|
private |
Processes a single page.
Definition at line 134 of file linktitles-cli.php.