‪TYPO3CMS  11.5
TYPO3\CMS\Frontend\Typolink\LinkResultFactory Class Reference

Public Member Functions

 __construct (LinkService $linkService)
 
 createFromUriString (string $uri)
 

Protected Member Functions

 resolveLinkBuilder (string $linkType)
 

Protected Attributes

LinkService $linkService
 

Detailed Description

Factory for LinkResult instances

Definition at line 27 of file LinkResultFactory.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Frontend\Typolink\LinkResultFactory::__construct ( LinkService  $linkService)

Member Function Documentation

◆ createFromUriString()

TYPO3\CMS\Frontend\Typolink\LinkResultFactory::createFromUriString ( string  $uri)

◆ resolveLinkBuilder()

TYPO3\CMS\Frontend\Typolink\LinkResultFactory::resolveLinkBuilder ( string  $linkType)
protected

Member Data Documentation

◆ $linkService

LinkService TYPO3\CMS\Frontend\Typolink\LinkResultFactory::$linkService
protected