Documentation

Reference
in package
implements ReferenceInterface

FinalYes
Tags
psalm-immutable

Table of Contents

Interfaces

ReferenceInterface
Link reference

Properties

$destination  : string
$label  : string
$title  : string

Methods

__construct()  : mixed
getDestination()  : string
getLabel()  : string
getTitle()  : string

Properties

$destination

private string $destination
Tags
psalm-readonly

$label

private string $label
Tags
psalm-readonly

$title

private string $title
Tags
psalm-readonly

Methods

__construct()

public __construct(string $label, string $destination, string $title) : mixed
Parameters
$label : string
$destination : string
$title : string

getDestination()

public getDestination() : string
Return values
string

getLabel()

public getLabel() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

        
On this page

Search results