‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\Typolink\LinkResultInterface Interface Reference

Public Member Functions

 getUrl ()
 
 getType ()
 
 getTarget ()
 
 getLinkConfiguration ()
 
 getLinkText ()
 
 withLinkText (string $linkText)
 
 withTarget (string $target)
 
 withAttributes (array $additionalAttributes, bool $resetExistingAttributes=false)
 
 withAttribute (string $attributeName, ?string $attributeValue)
 
 hasAttribute (string $attributeName)
 
 getAttribute (string $attributeName)
 
 getAttributes ()
 

Detailed Description

Interface representing a created link to any type (page, file etc).

Definition at line 23 of file LinkResultInterface.php.

Member Function Documentation

◆ getAttribute()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::getAttribute ( string  $attributeName)

◆ getAttributes()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::getAttributes ( )

◆ getLinkConfiguration()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::getLinkConfiguration ( )

◆ getLinkText()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::getLinkText ( )

◆ getTarget()

◆ getType()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::getType ( )

◆ getUrl()

◆ hasAttribute()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::hasAttribute ( string  $attributeName)

◆ withAttribute()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::withAttribute ( string  $attributeName,
?string  $attributeValue 
)

◆ withAttributes()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::withAttributes ( array  $additionalAttributes,
bool  $resetExistingAttributes = false 
)

◆ withLinkText()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::withLinkText ( string  $linkText)

◆ withTarget()

TYPO3\CMS\Frontend\Typolink\LinkResultInterface::withTarget ( string  $target)