Skip to main content

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.
Returns Page<Recital>

get()

Fetch a single recital by number.
Returns Recital

iter()

Iterate over all recitals in a framework.
Returns \Generator<Recital>

Model

Recital