EvidenceType
The kind of evidence a {@see \Milpa\Workflow\Entities\Evidence} attachment carries (e.g. a signed SOW, a QA report, a rollback plan).
EvidenceType::label()
public function label(): stringHuman-readable label for this evidence type.
EvidenceType::cases()
public static function cases(): arrayEvidenceType::from()
public static function from(string|int $value): staticParameters
| Name | Type | Description |
|---|---|---|
| $value | string|int |
EvidenceType::tryFrom()
public static function tryFrom(string|int $value): ?staticParameters
| Name | Type | Description |
|---|---|---|
| $value | string|int |