\WebinoDraw\EventDrawFormEvent

Class DrawFormEvent

Summary

Methods
Properties
Constants
getHelper()
setHelper()
getNodes()
setNodes()
getSpec()
setSpec()
clearSpec()
setVar()
setVars()
getForm()
setForm()
No public properties found
No constants found
No protected methods found
$helper
$nodes
$spec
$form
N/A
No private methods found
No private properties found
N/A

Properties

$spec

$spec : \ArrayObject

Type

\ArrayObject

$form

$form : \Zend\Form\FormInterface

Type

\Zend\Form\FormInterface

Methods

getNodes()

getNodes() : \WebinoDraw\Dom\NodeList

Throws

\WebinoDraw\Exception\RuntimeException

Returns

\WebinoDraw\Dom\NodeList

getSpec()

getSpec() : \ArrayObject

Returns

\ArrayObject

setSpec()

setSpec(array|\ArrayObject  $spec) : $this

Parameters

array|\ArrayObject $spec

Throws

\WebinoDraw\Exception\UnexpectedValueException

Returns

$this

clearSpec()

clearSpec() : $this

Returns

$this

setVar()

setVar(string|integer  $key, string|array|object  $value) : $this

Parameters

string|integer $key
string|array|object $value

Returns

$this

setVars()

setVars(array  $vars) : $this

Parameters

array $vars

Returns

$this

getForm()

getForm() : \Zend\Form\FormInterface

Returns

\Zend\Form\FormInterface

setForm()

setForm(\Zend\Form\FormInterface  $form) : $this

Parameters

\Zend\Form\FormInterface $form

Returns

$this