DependenciesNormalizer
extends _BaseNormalizer
in package
Table of Contents
Methods
- normalize() : array<string|int, DOMElement>
- Only named {@see BomRef BomRefs} will be taken into account.
- normalizeDependency() : DOMElement|null
Methods
normalize()
Only named {@see BomRef BomRefs} will be taken into account.
public
normalize(Bom $bom) : array<string|int, DOMElement>
Make sure to use the BomRefDiscriminator before calling.
Parameters
- $bom : Bom
Tags
Return values
array<string|int, DOMElement>normalizeDependency()
private
normalizeDependency(BomRef $componentRef, BomRef ...$dependencyRefs) : DOMElement|null