Reference
in package
implements
ReferenceInterface
FinalYes
Tags
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
$label
private
string
$label
Tags
$title
private
string
$title
Tags
Methods
__construct()
public
__construct(string $label, string $destination, string $title) : mixed
Parameters
- $label : string
- $destination : string
- $title : string
getDestination()
public
getDestination() : string
Return values
stringgetLabel()
public
getLabel() : string
Return values
stringgetTitle()
public
getTitle() : string