CycloneDX Library

Tool
in package

Tags
author

jkowalleck

Table of Contents

Properties

$externalReferences  : ExternalReferenceRepository
Provides the ability to document external references related to the tool.
$hashes  : HashDictionary
The hashes of the tool (if applicable).
$name  : string|null
The name of the tool used to create the BOM.
$vendor  : string|null
The vendor of the tool used to create the BOM.
$version  : string|null
The version of the tool used to create the BOM.

Methods

__construct()  : mixed
getExternalReferences()  : ExternalReferenceRepository
getHashes()  : HashDictionary
getName()  : string|null
getVendor()  : string|null
getVersion()  : string|null
setExternalReferences()  : $this
setHashes()  : $this
setName()  : $this
setVendor()  : $this
setVersion()  : $this

Properties

$name

The name of the tool used to create the BOM.

private string|null $name = null

$vendor

The vendor of the tool used to create the BOM.

private string|null $vendor = null

$version

The version of the tool used to create the BOM.

private string|null $version = null

Methods

__construct()

public __construct() : mixed

getName()

public getName() : string|null
Return values
string|null

getVendor()

public getVendor() : string|null
Return values
string|null

getVersion()

public getVersion() : string|null
Return values
string|null

setName()

public setName(string|null $name) : $this
Parameters
$name : string|null
Return values
$this

setVendor()

public setVendor(string|null $vendor) : $this
Parameters
$vendor : string|null
Return values
$this

setVersion()

public setVersion(string|null $version) : $this
Parameters
$version : string|null
Return values
$this

        
On this page

Search results