MediaWiki REL1_37
MediaWiki\Linker\LinkTarget Interface Reference
Inheritance diagram for MediaWiki\Linker\LinkTarget:

Public Member Functions

 __toString ()
 Returns an informative human readable representation of the page identity, for use in logging and debugging.
 
 createFragmentTarget ( $fragment)
 Creates a new LinkTarget for a different fragment of the same page.
 
 getDBkey ()
 Get the main part with underscores.
 
 getFragment ()
 Get the link fragment (i.e.
 
 getInterwiki ()
 The interwiki component of this LinkTarget.
 
 getNamespace ()
 Get the namespace index.
 
 getText ()
 Returns the link in text form, without namespace prefix or fragment.
 
 hasFragment ()
 Whether the link target has a fragment.
 
 inNamespace ( $ns)
 Convenience function to test if it is in the namespace.
 
 isExternal ()
 Whether this LinkTarget has an interwiki component.
 
 isSameLinkAs (LinkTarget $other)
 Checks whether the given LinkTarget refers to the same target as this LinkTarget.
 

Detailed Description

Since
1.27

Definition at line 26 of file LinkTarget.php.

Member Function Documentation

◆ __toString()

MediaWiki\Linker\LinkTarget::__toString ( )

Returns an informative human readable representation of the page identity, for use in logging and debugging.

Returns
string

Implemented in Title, and TitleValue.

◆ createFragmentTarget()

MediaWiki\Linker\LinkTarget::createFragmentTarget (   $fragment)

Creates a new LinkTarget for a different fragment of the same page.

It is expected that the same type of object will be returned, but the only requirement is that it is a LinkTarget.

Since
1.27
Parameters
string$fragmentThe fragment name, or "" for the entire page.
Returns
LinkTarget

Implemented in Title, and TitleValue.

◆ getDBkey()

◆ getFragment()

MediaWiki\Linker\LinkTarget::getFragment ( )

Get the link fragment (i.e.

the bit after the #) in text form.

Since
1.27
Returns
string link fragment

Implemented in Title, and TitleValue.

Referenced by Title\isSameLinkAs(), TitleValue\isSameLinkAs(), Linker\makeCommentLink(), and Title\newFromLinkTarget().

◆ getInterwiki()

MediaWiki\Linker\LinkTarget::getInterwiki ( )

The interwiki component of this LinkTarget.

Since
1.27
Returns
string

Implemented in Title, and TitleValue.

Referenced by NamespaceInfo\canHaveTalkPage(), Title\isSameLinkAs(), TitleValue\isSameLinkAs(), and Title\newFromLinkTarget().

◆ getNamespace()

◆ getText()

MediaWiki\Linker\LinkTarget::getText ( )

Returns the link in text form, without namespace prefix or fragment.

This is computed from the DB key by replacing any underscores with spaces.

Since
1.27
Returns
string

Implemented in Title, and TitleValue.

Referenced by NamespaceInfo\canHaveTalkPage(), Parser\makeImage(), and Title\newFromLinkTarget().

◆ hasFragment()

MediaWiki\Linker\LinkTarget::hasFragment ( )

Whether the link target has a fragment.

Since
1.27
Returns
bool

Implemented in Title, and TitleValue.

Referenced by MediaWiki\Linker\LinkRenderer\getLinkText().

◆ inNamespace()

MediaWiki\Linker\LinkTarget::inNamespace (   $ns)

Convenience function to test if it is in the namespace.

Since
1.27
Parameters
int$ns
Returns
bool

Implemented in Title, and TitleValue.

◆ isExternal()

MediaWiki\Linker\LinkTarget::isExternal ( )

Whether this LinkTarget has an interwiki component.

Since
1.27
Returns
bool

Implemented in Title, and TitleValue.

Referenced by Linker\makeCommentLink().

◆ isSameLinkAs()

MediaWiki\Linker\LinkTarget::isSameLinkAs ( LinkTarget  $other)

Checks whether the given LinkTarget refers to the same target as this LinkTarget.

Two link targets are considered the same if they have the same interwiki prefix, the same namespace ID, the same text, and the same fragment.

Since
1.36
Parameters
LinkTarget$other
Returns
bool

Implemented in Title, and TitleValue.

Referenced by Parser\fetchFileAndTitle().


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