ExternalReferenceRepository
in package
implements
Countable
Unique collection of {@see ExternalReference}.
Tags
Table of Contents
Interfaces
- Countable
Properties
- $items : array<string|int, ExternalReference>
Methods
- __construct() : mixed
- addItems() : $this
- count() : int
- getItems() : array<string|int, ExternalReference>
Properties
$items
private
array<string|int, ExternalReference>
$items
= []
Tags
Methods
__construct()
public
__construct(ExternalReference ...$items) : mixed
Parameters
- $items : ExternalReference
addItems()
public
addItems(ExternalReference ...$items) : $this
Parameters
- $items : ExternalReference
Return values
$thiscount()
public
count() : int
Tags
Return values
intgetItems()
public
getItems() : array<string|int, ExternalReference>