class
League
/
CommonMark
/
Reference
/
ReferenceMap
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
ReferenceMap
A collection of references, indexed by label
Implements
Properties
private
$normalizer
Default: null
private
$references
array
Default: []
Methods
public
__construct ( ) : void
public
add ( ReferenceInterface $reference ) : void
public
contains ( string $label ) : void
public
get ( string $label ) : void
public
getIterator
(
)
:
Traversable
public