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 |
