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