Documentation Index
Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Annexes are supplementary parts of EU regulations that appear after the main articles. They often contain technical requirements, lists, or tables referenced in the body. Use$client->annexes to access them.
Methods
list()
Returns a page of annex summaries for a framework.
Page<AnnexSummary>
get()
Fetch the full content of a single annex.
Annex
iter()
Iterate over all annex summaries in a framework.
\Generator<AnnexSummary>
Models
AnnexSummary
| Field | Type | Description |
|---|---|---|
id | int | Internal numeric ID |
frameworkSlug | string | Parent framework slug |
annexNumber | string | Annex identifier, e.g. 'I', 'II' |
title | string | Annex heading |
Annex
Returned by get(). Extends AnnexSummary with:
| Field | Type | Description |
|---|---|---|
content | string | Full text content of the annex |
