AfterLinkResolvedByStringRepresentationEvent
FinalYes
Listeners are able to modify the resolved link result data
Table of Contents
Methods
- __construct() : mixed
 - getResolveException() : Exception|null
 - getResult() : array<string|int, mixed>
 - getUrn() : string
 - setResult() : void
 
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $result, string $urn, Exception|null $resolveException) : mixed
    Parameters
- $result : array<string|int, mixed>
 - $urn : string
 - $resolveException : Exception|null
 
getResolveException()
    public
                    getResolveException() : Exception|null
    Return values
Exception|nullgetResult()
    public
                    getResult() : array<string|int, mixed>
    Return values
array<string|int, mixed>getUrn()
    public
                    getUrn() : string
    Return values
stringsetResult()
    public
                    setResult(array<string|int, mixed> $result) : void
    Parameters
- $result : array<string|int, mixed>