|
MediaWiki master
|
Factory for JobQueueGroup objects. More...
Public Member Functions | |
| __construct (ServiceOptions $options, ReadOnlyMode $readOnlyMode, StatsFactory $statsFactory, WANObjectCache $wanCache, GlobalIdGenerator $globalIdGenerator) | |
| makeJobQueueGroup ( $domain=false) | |
Public Attributes | |
| const | CONSTRUCTOR_OPTIONS |
Factory for JobQueueGroup objects.
Definition at line 24 of file JobQueueGroupFactory.php.
| MediaWiki\JobQueue\JobQueueGroupFactory::__construct | ( | ServiceOptions | $options, |
| ReadOnlyMode | $readOnlyMode, | ||
| StatsFactory | $statsFactory, | ||
| WANObjectCache | $wanCache, | ||
| GlobalIdGenerator | $globalIdGenerator ) |
| ServiceOptions | $options | |
| ReadOnlyMode | $readOnlyMode | |
| StatsFactory | $statsFactory | |
| WANObjectCache | $wanCache | |
| GlobalIdGenerator | $globalIdGenerator |
Definition at line 60 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 82 of file JobQueueGroupFactory.php.
| const MediaWiki\JobQueue\JobQueueGroupFactory::CONSTRUCTOR_OPTIONS |
Definition at line 28 of file JobQueueGroupFactory.php.