GovernanceRunLookup
The result of looking up the most recent governance run. Internal-use VO — does not carry `toArray()`.
GovernanceRunLookup::__construct()
public function __construct(Milpa\Governance\RunLookupState $state, ?Milpa\Governance\GovernanceRun $run, ?string $reason):Parameters
| Name | Type | Description |
|---|---|---|
| $state | RunLookupState | State of the lookup |
| $run | ?GovernanceRun | The run found, if `state` is FOUND |
| $reason | ?string | Reason, useful when `state` is INVALID |