Public Member Functions | |
__construct () | |
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 26 of file sync-group.php.
SyncGroup::__construct | ( | ) |
Definition at line 27 of file sync-group.php.
SyncGroup::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 190 of file sync-group.php.