|
MediaWiki master
|
Common factory to construct collation classes. More...
Public Member Functions | |
| __construct (ServiceOptions $options, ObjectFactory $objectFactory, HookContainer $hookContainer) | |
| getCategoryCollation () | |
| getDefaultCollationName () | |
| makeCollation (string $collationName) | |
Public Attributes | |
| const | CONSTRUCTOR_OPTIONS |
Common factory to construct collation classes.
Definition at line 23 of file CollationFactory.php.
| MediaWiki\Collation\CollationFactory::__construct | ( | ServiceOptions | $options, |
| ObjectFactory | $objectFactory, | ||
| HookContainer | $hookContainer ) |
| ServiceOptions | $options | |
| ObjectFactory | $objectFactory | |
| HookContainer | $hookContainer |
Definition at line 115 of file CollationFactory.php.
References MediaWiki\Config\ServiceOptions\assertRequiredOptions().
| MediaWiki\Collation\CollationFactory::getCategoryCollation | ( | ) |
Definition at line 126 of file CollationFactory.php.
Referenced by MediaWiki\Api\ApiQueryCategoryMembers\__construct().
| MediaWiki\Collation\CollationFactory::getDefaultCollationName | ( | ) |
Definition at line 130 of file CollationFactory.php.
| MediaWiki\Collation\CollationFactory::makeCollation | ( | string | $collationName | ) |
Definition at line 134 of file CollationFactory.php.
| const MediaWiki\Collation\CollationFactory::CONSTRUCTOR_OPTIONS |
Definition at line 27 of file CollationFactory.php.