class FormView extends View (View source)

Properties

protected $context from  View
protected $scopeItems from  View

Methods

__construct(ContextInterface $context, Form $form)

No description

addScopeItem($key, $value)

No description

from  View
getScopeItems()

No description

from  View
getView()

No description

from  View
getContext()

No description

from  View
getControlRenderer()

No description

from  View

Details

__construct(ContextInterface $context, Form $form)

No description

Parameters

ContextInterface $context
Form $form

addScopeItem($key, $value)

No description

Parameters

$key
$value

getScopeItems()

No description

getView()

No description

ContextInterface getContext()

No description

Return Value

ContextInterface

RendererInterface getControlRenderer()

No description

Return Value

RendererInterface

TemplateLocator createTemplateLocator()

No description

Return Value

TemplateLocator