class Renderer (View source)

Properties

protected ContextInterface $context
protected FormInterface $form

The form that's going to be rendered.

Methods

__construct(ContextInterface $context, FormInterface $form)

No description

getContext()

No description

setContext(ContextInterface $context)

No description

render(Entry $entry = null)

No description

Details

__construct(ContextInterface $context, FormInterface $form)

No description

Parameters

ContextInterface $context
FormInterface $form

ContextInterface getContext()

No description

Return Value

ContextInterface

setContext(ContextInterface $context)

No description

Parameters

ContextInterface $context

render(Entry $entry = null)

No description

Parameters

Entry $entry

Exceptions

Exception