ReferenceMapInterface
extends
IteratorAggregate, Countable
in
A collection of references
Tags
Table of Contents
Methods
- add() : void
- contains() : bool
- get() : ReferenceInterface|null
Methods
add()
public
add(ReferenceInterface $reference) : void
Parameters
- $reference : ReferenceInterface
contains()
public
contains(string $label) : bool
Parameters
- $label : string
Return values
boolget()
public
get(string $label) : ReferenceInterface|null
Parameters
- $label : string