class SlsaProvenance extends Collection (View source)

Properties

protected $collection_key
protected $builderType
protected $builderDataType
protected $materialsType
protected $materialsDataType
protected $metadataType
protected $metadataDataType
protected $recipeType
protected $recipeDataType

Methods

setBuilder(SlsaBuilder $builder)

No description

getBuilder()

No description

setMaterials($materials)

No description

getMaterials()

No description

setMetadata(SlsaMetadata $metadata)

No description

getMetadata()

No description

setRecipe(SlsaRecipe $recipe)

No description

getRecipe()

No description

Details

setBuilder(SlsaBuilder $builder)

No description

Parameters

SlsaBuilder $builder

SlsaBuilder getBuilder()

No description

Return Value

SlsaBuilder

setMaterials($materials)

No description

Parameters

$materials

Material[] getMaterials()

No description

Return Value

Material[]

setMetadata(SlsaMetadata $metadata)

No description

Parameters

SlsaMetadata $metadata

SlsaMetadata getMetadata()

No description

Return Value

SlsaMetadata

setRecipe(SlsaRecipe $recipe)

No description

Parameters

SlsaRecipe $recipe

SlsaRecipe getRecipe()

No description

Return Value

SlsaRecipe