CycloneDX Library

ComponentRepository
in package
implements Countable

Unique collection of {@see Component}.

Tags
author

jkowalleck

Table of Contents

Interfaces

Countable

Properties

$items  : array<string|int, Component>

Methods

__construct()  : mixed
addItems()  : $this
count()  : int
findItem()  : array<string|int, Component>
getItems()  : array<string|int, Component>

Properties

Methods

findItem()

public findItem(string $name, string|null $group) : array<string|int, Component>
Parameters
$name : string
$group : string|null
Tags
psalm-return

list<Component>

Return values
array<string|int, Component>

        
On this page

Search results