MediaWiki REL1_37
|
Common factory to construct collation classes. More...
Public Member Functions | |
__construct (ServiceOptions $options, ObjectFactory $objectFactory, HookContainer $hookContainer) | |
getCategoryCollation () | |
makeCollation (string $collationName) | |
Public Attributes | |
const | CONSTRUCTOR_OPTIONS |
Private Member Functions | |
instantiateCollation ( $spec) | |
Private Attributes | |
HookRunner | $hookRunner |
ObjectFactory | $objectFactory |
ServiceOptions | $options |
const | CORE_COLLATIONS |
Common factory to construct collation classes.
Definition at line 36 of file CollationFactory.php.
MediaWiki\Collation\CollationFactory::__construct | ( | ServiceOptions | $options, |
ObjectFactory | $objectFactory, | ||
HookContainer | $hookContainer | ||
) |
ServiceOptions | $options | |
ObjectFactory | $objectFactory | |
HookContainer | $hookContainer |
Definition at line 116 of file CollationFactory.php.
References MediaWiki\Collation\CollationFactory\$objectFactory, MediaWiki\Collation\CollationFactory\$options, and MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\Collation\CollationFactory::getCategoryCollation | ( | ) |
Definition at line 130 of file CollationFactory.php.
Referenced by ApiQueryCategoryMembers\__construct().
|
private |
MediaWiki\Collation\CollationFactory::makeCollation | ( | string | $collationName | ) |
MWException |
string | $collationName |
Definition at line 139 of file CollationFactory.php.
|
private |
Definition at line 109 of file CollationFactory.php.
|
private |
Definition at line 106 of file CollationFactory.php.
Referenced by MediaWiki\Collation\CollationFactory\__construct().
|
private |
Definition at line 103 of file CollationFactory.php.
Referenced by MediaWiki\Collation\CollationFactory\__construct().
const MediaWiki\Collation\CollationFactory::CONSTRUCTOR_OPTIONS |
Definition at line 40 of file CollationFactory.php.
|
private |
Definition at line 44 of file CollationFactory.php.