Class encapsulating the response returned by the GroupSynchronizationCache when requested for an update on a group synchronization status.
More...
Class encapsulating the response returned by the GroupSynchronizationCache when requested for an update on a group synchronization status.
- Author
- Abijeet Patro @license GPL-2.0-or-later
- Since
- 2020.06
Definition at line 19 of file GroupSynchronizationResponse.php.
◆ __construct()
MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::__construct |
( |
string | $groupId, |
|
|
array | $remainingMessages, |
|
|
bool | $hasTimedOut ) |
◆ getGroupId()
MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::getGroupId |
( |
| ) |
|
◆ getRemainingMessages()
MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::getRemainingMessages |
( |
| ) |
|
◆ hasTimedOut()
MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::hasTimedOut |
( |
| ) |
|
◆ isDone()
MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::isDone |
( |
| ) |
|
◆ newFromJsonArray()
static MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::newFromJsonArray |
( |
JsonUnserializer | $unserializer, |
|
|
array | $params ) |
|
static |
◆ toJsonArray()
MediaWiki\Extension\Translate\Synchronization\GroupSynchronizationResponse::toJsonArray |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: