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
Recitals are the numbered preamble paragraphs of EU regulations that provide context and intent for the operative articles. Use$client->recitals to access them.
Methods
list()
Returns a page of recitals for the given framework.
Page<Recital>
get()
Fetch a single recital by number.
Recital
iter()
Iterate over all recitals in a framework.
\Generator<Recital>
Model
Recital
| Field | Type | Description |
|---|---|---|
id | int | Internal numeric ID |
frameworkSlug | string | Parent framework slug |
recitalNumber | string | Recital number within the framework |
content | string | Full recital text |
position | int | Ordering position in the framework |
