Class for marking translation fuzzy. More...
Public Member Functions | |
__construct ($titles) | |
setProgressCallback ($callback) | |
execute () | |
Public Attributes | |
$dryrun = true | |
$comment = null | |
$skipLanguages = array() | |
string[] List of language codes to skip. | |
Protected Member Functions | |
reportProgress ($text, $channel, $severity= 'status') | |
Protected Attributes | |
$progressCallback | |
Private Member Functions | |
getPages () | |
Searches pages that match given patterns. | |
updateMessage ($title, $text, $dryrun, $comment=null) | |
Does the actual edit if possible. | |
Private Attributes | |
$titles = array() | |
$allclear = false |
Class for marking translation fuzzy.
Definition at line 85 of file fuzzy.php.
FuzzyScript::__construct | ( | $ | titles | ) |
FuzzyScript::execute | ( | ) |
FuzzyScript::getPages | ( | ) | [private] |
FuzzyScript::reportProgress | ( | $ | text, | |
$ | channel, | |||
$ | severity = 'status' | |||
) | [protected] |
Definition at line 127 of file fuzzy.php.
Referenced by execute(), and updateMessage().
FuzzyScript::updateMessage | ( | $ | title, | |
$ | text, | |||
$ | dryrun, | |||
$ | comment = null | |||
) | [private] |
FuzzyScript::$comment = null |
Definition at line 107 of file fuzzy.php.
Referenced by updateMessage().
FuzzyScript::$dryrun = true |
Definition at line 102 of file fuzzy.php.
Referenced by updateMessage().
FuzzyScript::$skipLanguages = array() |
FuzzyScript::$titles = array() [private] |
Definition at line 89 of file fuzzy.php.
Referenced by __construct(), and getPages().