Skip to content

Dhii/output-renderer-interface

Repository files navigation

Dhii - Output - Renderer - Interface

Continuous Integration Latest Stable Version Latest Unstable Version

Interfaces for rendering interoperability.

Details

Like other members of the Dhii\Output namespace, interfaces in this package are related to producing output, handling related errors, and providing convenience around output functionality. Particularly, interfaces in this package are at the core of output generation, defining a standard API for anything that can render output.

Therefore, output renderers MUST implement RendererInterface. If RendererInterface#render() is unable to produce output, a CouldNotRenderExceptionInterface MUST be thrown.

Interfaces