Documentation

ReferenceMap
in package
implements ReferenceMapInterface

A collection of references, indexed by label

Interfaces, Classes and Traits

ReferenceMapInterface
A collection of references

Table of Contents

$normalizer  : TextNormalizer
$references  : array<string|int, ReferenceInterface>
__construct()  : mixed
addReference()  : void
contains()  : bool
getReference()  : ReferenceInterface|null
listReferences()  : array<string|int, ReferenceInterface>
Lists all registered references.

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

contains()

public contains(string $label) : bool
Parameters
$label : string
Return values
bool

Search results