MediaWiki REL1_35
|
Public Member Functions | |
__construct (LinkCache $linkCache, TitleFormatter $titleFormatter, Language $contentLanguage, GenderCache $genderCache, ILoadBalancer $loadBalancer) | |
newLinkBatch (iterable $initialItems=[]) | |
Private Attributes | |
Language | $contentLanguage |
GenderCache | $genderCache |
LinkCache | $linkCache |
ILoadBalancer | $loadBalancer |
TitleFormatter | $titleFormatter |
Definition at line 38 of file LinkBatchFactory.php.
MediaWiki\Cache\LinkBatchFactory::__construct | ( | LinkCache | $linkCache, |
TitleFormatter | $titleFormatter, | ||
Language | $contentLanguage, | ||
GenderCache | $genderCache, | ||
ILoadBalancer | $loadBalancer | ||
) |
Definition at line 65 of file LinkBatchFactory.php.
References MediaWiki\Cache\LinkBatchFactory\$contentLanguage, MediaWiki\Cache\LinkBatchFactory\$genderCache, MediaWiki\Cache\LinkBatchFactory\$linkCache, MediaWiki\Cache\LinkBatchFactory\$loadBalancer, and MediaWiki\Cache\LinkBatchFactory\$titleFormatter.
MediaWiki\Cache\LinkBatchFactory::newLinkBatch | ( | iterable | $initialItems = [] | ) |
iterable | LinkTarget[] | $initialItems | Initial items to be added to the batch |
Definition at line 83 of file LinkBatchFactory.php.
References LinkBatch\addObj().
|
private |
Definition at line 53 of file LinkBatchFactory.php.
Referenced by MediaWiki\Cache\LinkBatchFactory\__construct().
|
private |
Definition at line 58 of file LinkBatchFactory.php.
Referenced by MediaWiki\Cache\LinkBatchFactory\__construct().
|
private |
Definition at line 43 of file LinkBatchFactory.php.
Referenced by MediaWiki\Cache\LinkBatchFactory\__construct().
|
private |
Definition at line 63 of file LinkBatchFactory.php.
Referenced by MediaWiki\Cache\LinkBatchFactory\__construct().
|
private |
Definition at line 48 of file LinkBatchFactory.php.
Referenced by MediaWiki\Cache\LinkBatchFactory\__construct().