MediaWiki REL1_39
|
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 37 of file CollationFactory.php.
MediaWiki\Collation\CollationFactory::__construct | ( | ServiceOptions | $options, |
ObjectFactory | $objectFactory, | ||
HookContainer | $hookContainer ) |
ServiceOptions | $options | |
ObjectFactory | $objectFactory | |
HookContainer | $hookContainer |
Definition at line 117 of file CollationFactory.php.
References MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\Collation\CollationFactory::getCategoryCollation | ( | ) |
Definition at line 131 of file CollationFactory.php.
Referenced by ApiQueryCategoryMembers\__construct().
MediaWiki\Collation\CollationFactory::getDefaultCollationName | ( | ) |
Definition at line 135 of file CollationFactory.php.
MediaWiki\Collation\CollationFactory::makeCollation | ( | string | $collationName | ) |
MWException |
string | $collationName |
Definition at line 144 of file CollationFactory.php.
const MediaWiki\Collation\CollationFactory::CONSTRUCTOR_OPTIONS |
Definition at line 41 of file CollationFactory.php.