CycloneDX Library

PropertyRepository
in package
implements Countable

Unique collection of {@see Property}.

Tags
author

jkowalleck

Table of Contents

Interfaces

Countable

Properties

$items  : array<string|int, Property>

Methods

__construct()  : mixed
addItems()  : $this
Please be aware: Currently there is no functionality that checks for unique (property-key, property-value) combinations in the repository.
count()  : int
getItems()  : array<string|int, Property>

Properties

Methods

addItems()

Please be aware: Currently there is no functionality that checks for unique (property-key, property-value) combinations in the repository.

public addItems(Property ...$items) : $this
Parameters
$items : Property
Return values
$this

        
On this page

Search results