Skip to content
docsv0.1.0

GovernanceRepositoryInterface

Read contract for the governance repository. Provides read-only access to the compiled decisions and profile.

GovernanceRepositoryInterface::decisions()

abstract public function decisions(): array

Gets all compiled decisions.

GovernanceRepositoryInterface::profile()

abstract public function profile(): Milpa\Governance\GovernanceProfile

Gets the system's governance profile.