Public Member Functions | |
execute () | |
myOutput ( $text, $channel=null, $error=false) | |
Public alternative for protected Maintenance::output() as we need to get messages from the ChangeSyncer class to the commandline. | |
Definition at line 32 of file poimport.php.
Poimport::__construct | ( | ) |
Definition at line 33 of file poimport.php.
Poimport::execute | ( | ) |
Definition at line 57 of file poimport.php.
Poimport::myOutput | ( | $text, | |
$channel = null, | |||
$error = false ) |
Public alternative for protected Maintenance::output() as we need to get messages from the ChangeSyncer class to the commandline.
string | $text | The text to show to the user |
string | null | $channel | Unique identifier for the channel. |
bool | $error | Whether this is an error message |
Definition at line 87 of file poimport.php.