MediaWiki REL1_28
updateCredits.php File Reference

Go to the source code of this file.

Variables

 $collator = Collator::create( 'uca-default-u-kn' )
 
 $contributors = []
 
 $CREDITS = 'CREDITS'
 
 $END_CONTRIBUTORS = '<!-- END CONTRIBUTOR LIST -->'
 
 $footer = []
 
 $header = []
 
 $inFooter = false
 
 $inHeader = true
 
 $lines = explode( "\n", file_get_contents( $CREDITS ) )
 
 $START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->'
 

Variable Documentation

◆ $collator

$collator = Collator::create( 'uca-default-u-kn' )

Definition at line 70 of file updateCredits.php.

◆ $contributors

foreach ($lines as $line) $contributors = []

Definition at line 38 of file updateCredits.php.

Referenced by CreditsAction\getContributors(), and InfoAction\getContributors().

◆ $CREDITS

$CREDITS = 'CREDITS'

Definition at line 31 of file updateCredits.php.

◆ $END_CONTRIBUTORS

$END_CONTRIBUTORS = '<!-- END CONTRIBUTOR LIST -->'

Definition at line 33 of file updateCredits.php.

◆ $footer

$footer = []

Definition at line 39 of file updateCredits.php.

Referenced by SpecialStatistics\execute().

◆ $header

◆ $inFooter

$inFooter = false

Definition at line 36 of file updateCredits.php.

◆ $inHeader

$inHeader = true

Definition at line 35 of file updateCredits.php.

◆ $lines

$lines = explode( "\n", file_get_contents( $CREDITS ) )

Definition at line 41 of file updateCredits.php.

◆ $START_CONTRIBUTORS

$START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->'

Definition at line 32 of file updateCredits.php.