Public Member Functions | |
__construct () | |
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 21 of file poimport.php.
PoImport::__construct | ( | ) |
Definition at line 22 of file poimport.php.
PoImport::execute | ( | ) |
Definition at line 45 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 | $channel Unique identifier for the channel. | |
bool | $error Whether this is an error message |
Definition at line 75 of file poimport.php.