Go to the source code of this file.
Variables | |
$options = array( 'update', 'help' ) | |
if (isset($options['help'])&&$options['help']) | |
$counter = new ArticleCounter() | |
$result = $counter->count() |
Definition in file updateArticleCount.php.
$counter = new ArticleCounter() |
Definition at line 23 of file updateArticleCount.php.
Referenced by deleteLinksFromNonexistent(), PageHistory::diffButtons(), IPBlockForm::doMassUserBlock(), PageHistory::historyLine(), SpecialRecentChanges::webOutput(), and wfSpecialWatchlist().
$options = array( 'update', 'help' ) |
Definition at line 11 of file updateArticleCount.php.
$result = $counter->count() |
Definition at line 24 of file updateArticleCount.php.
if(isset($options['help'])&&$options['help']) |
Definition at line 16 of file updateArticleCount.php.