Wikibase
MediaWiki Wikibase extension
Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter Class Reference

Formats entity IDs by generating an HTML link to the corresponding page title. More...

+ Inheritance diagram for Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter:
+ Collaboration diagram for Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter:

Public Member Functions

 __construct (LabelDescriptionLookup $labelDescriptionLookup, EntityTitleLookup $entityTitleLookup, LanguageNameLookup $languageNameLookup, NonExistingEntityIdHtmlFormatter $nonExistingEntityIdHtmlFormatter)
 
 formatEntityId (EntityId $entityId)
 

Protected Attributes

 $entityTitleLookup
 

Private Member Functions

 getAttributes (Title $title, Term $term=null)
 

Private Attributes

 $languageFallbackIndicator
 
 $nonExistingFormatter
 

Detailed Description

Formats entity IDs by generating an HTML link to the corresponding page title.

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter::__construct ( LabelDescriptionLookup  $labelDescriptionLookup,
EntityTitleLookup  $entityTitleLookup,
LanguageNameLookup  $languageNameLookup,
NonExistingEntityIdHtmlFormatter  $nonExistingEntityIdHtmlFormatter 
)

Member Function Documentation

◆ formatEntityId()

Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter::formatEntityId ( EntityId  $entityId)
See also
EntityIdFormatter::formatEntityId
Parameters
EntityId$entityId
Returns
string HTML

◆ getAttributes()

Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter::getAttributes ( Title  $title,
Term  $term = null 
)
private
Parameters
Title$title
Term | null$term
Returns
string[]

Member Data Documentation

◆ $entityTitleLookup

Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter::$entityTitleLookup
protected

◆ $languageFallbackIndicator

Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter::$languageFallbackIndicator
private

◆ $nonExistingFormatter

Wikibase\Lib\Formatters\ItemPropertyIdHtmlLinkFormatter::$nonExistingFormatter
private

The documentation for this class was generated from the following file: