Reference
in package
implements
ReferenceInterface
Interfaces, Classes and Traits
- ReferenceInterface
- Link reference
Table of Contents
- $destination : string
- $label : string
- $title : string
- __construct() : mixed
- getDestination() : string
- getLabel() : string
- getTitle() : string
- normalizeReference() : string
- Normalize reference label
Properties
$destination
protected
string
$destination
$label
protected
string
$label
$title
protected
string
$title
Methods
__construct()
public
__construct(string $label, string $destination, string $title) : mixed
Parameters
- $label : string
- $destination : string
- $title : string
Return values
mixed —getDestination()
public
getDestination() : string
Return values
string —getLabel()
public
getLabel() : string
Return values
string —getTitle()
public
getTitle() : string
Return values
string —normalizeReference()
Normalize reference label
public
static normalizeReference(string $string) : string
This enables case-insensitive label matching
Parameters
- $string : string