AfterTypoLinkDecodedEvent

FinalYes

Listeners are able to modify the decoded link parts of a TypoLink

Table of Contents

Methods

__construct()  : mixed
getDelimiter()  : string
getEmptyValueSymbol()  : string
getTypoLink()  : string
getTypoLinkParts()  : array<string|int, mixed>
setTypoLinkParts()  : void

Methods

__construct()

public __construct(array<string|int, mixed> $typoLinkParts, string $typoLink, string $delimiter, string $emptyValueSymbol) : mixed
Parameters
$typoLinkParts : array<string|int, mixed>
$typoLink : string
$delimiter : string
$emptyValueSymbol : string

getDelimiter()

public getDelimiter() : string
Return values
string

getEmptyValueSymbol()

public getEmptyValueSymbol() : string
Return values
string
public getTypoLink() : string
Return values
string

getTypoLinkParts()

public getTypoLinkParts() : array<string|int, mixed>
Return values
array<string|int, mixed>

setTypoLinkParts()

public setTypoLinkParts(array<string|int, mixed> $typoLinkParts) : void
Parameters
$typoLinkParts : array<string|int, mixed>

        
On this page

Search results