‪TYPO3CMS  11.5
TYPO3\CMS\Core\LinkHandling\TelephoneLinkHandler Class Reference
Inheritance diagram for TYPO3\CMS\Core\LinkHandling\TelephoneLinkHandler:
TYPO3\CMS\Core\LinkHandling\LinkHandlingInterface

Public Member Functions

string asString (array $parameters)
 
array resolveHandlerData (array $data)
 

Additional Inherited Members

Detailed Description

Resolves telephone numbers

Definition at line 23 of file TelephoneLinkHandler.php.

Member Function Documentation

◆ asString()

string TYPO3\CMS\Core\LinkHandling\TelephoneLinkHandler::asString ( array  $parameters)

Returns the link to a telephone number as a string

Parameters
array$parameters
Returns
‪string

Implements TYPO3\CMS\Core\LinkHandling\LinkHandlingInterface.

Definition at line 31 of file TelephoneLinkHandler.php.

◆ resolveHandlerData()

array TYPO3\CMS\Core\LinkHandling\TelephoneLinkHandler::resolveHandlerData ( array  $data)

Returns the telephone number without the "tel:" prefix in the 'telephone' property of the array.

Parameters
array$data
Returns
‪array

Implements TYPO3\CMS\Core\LinkHandling\LinkHandlingInterface.

Definition at line 45 of file TelephoneLinkHandler.php.