|
MediaWiki REL1_39
|
Class to construct JobQueueGroups. More...
Public Member Functions | |
| __construct (ServiceOptions $options, ConfiguredReadOnlyMode $readOnlyMode, IBufferingStatsdDataFactory $statsdDataFactory, WANObjectCache $wanCache, GlobalIdGenerator $globalIdGenerator) | |
| makeJobQueueGroup ( $domain=false) | |
Public Attributes | |
| const | CONSTRUCTOR_OPTIONS |
Class to construct JobQueueGroups.
Definition at line 38 of file JobQueueGroupFactory.php.
| MediaWiki\JobQueue\JobQueueGroupFactory::__construct | ( | ServiceOptions | $options, |
| ConfiguredReadOnlyMode | $readOnlyMode, | ||
| IBufferingStatsdDataFactory | $statsdDataFactory, | ||
| WANObjectCache | $wanCache, | ||
| GlobalIdGenerator | $globalIdGenerator ) |
| ServiceOptions | $options | |
| ConfiguredReadOnlyMode | $readOnlyMode | |
| IBufferingStatsdDataFactory | $statsdDataFactory | |
| WANObjectCache | $wanCache | |
| GlobalIdGenerator | $globalIdGenerator |
Definition at line 74 of file JobQueueGroupFactory.php.
References MediaWiki\Config\ServiceOptions\assertRequiredOptions().
| MediaWiki\JobQueue\JobQueueGroupFactory::makeJobQueueGroup | ( | $domain = false | ) |
| false | string | $domain | Wiki domain ID. False uses the current wiki domain ID |
Definition at line 96 of file JobQueueGroupFactory.php.
| const MediaWiki\JobQueue\JobQueueGroupFactory::CONSTRUCTOR_OPTIONS |
Definition at line 42 of file JobQueueGroupFactory.php.