ToolNormalizer
extends _BaseNormalizer
-
author
-
Table of Contents
Methods
-
normalize()
: array<string|int, mixed>
-
normalizeExternalReferences()
: array<string|int, mixed>|null
-
normalizeHashes()
: array<string|int, mixed>|null
normalize()
public
normalize(Tool $tool) : array<string|int, mixed>
Parameters
-
$tool
: Tool
-
Return values
array<string|int, mixed>
normalizeExternalReferences()
private
normalizeExternalReferences(ExternalReferenceRepository $extRefs) : array<string|int, mixed>|null
Parameters
-
$extRefs
: ExternalReferenceRepository
-
Return values
array<string|int, mixed>|null
normalizeHashes()
private
normalizeHashes(HashDictionary $hashes) : array<string|int, mixed>|null
Parameters
-
$hashes
: HashDictionary
-
Return values
array<string|int, mixed>|null