BomRef
in package
FinalYes
Identifier-DataType for interlinked elements.
Class is currently final, to enforce proper usage.
Implementation is intended to prevent memory leaks. See BomDependencyDataModel docs
Tags
Table of Contents
Properties
- $value : string|null
Methods
- __construct() : mixed
- getValue() : string|null
- setValue() : $this
Properties
$value
private
string|null
$value
Tags
Methods
__construct()
public
__construct([string|null $value = null ]) : mixed
Parameters
- $value : string|null = null
getValue()
public
getValue() : string|null
Tags
Return values
string|nullsetValue()
public
setValue(string|null $value) : $this
Parameters
- $value : string|null