SERVICE
SERVICE
Draw helper service name
Draw helper used to render the form
$formElement : \WebinoDraw\Form\View\Helper\FormElement
$instructionsRenderer : \WebinoDraw\Instructions\InstructionsRenderer
$cache : \WebinoDraw\Cache\DrawCache
$event : \WebinoDraw\Event\DrawEvent
$manipulator : \WebinoDraw\Manipulator\Manipulator
$varTranslator : \WebinoDraw\VarTranslator\VarTranslator
$varTranslation : \WebinoDraw\VarTranslator\Translation
$formEvent : \WebinoDraw\Event\DrawFormEvent
__invoke(\WebinoDraw\Dom\NodeList $nodes, array $spec)
\WebinoDraw\Dom\NodeList | $nodes | Matched DOM nodes |
array | $spec |
getCache() : \WebinoDraw\Cache\DrawCache
setCache(\WebinoDraw\Cache\DrawCache $cache) : $this
\WebinoDraw\Cache\DrawCache | $cache |
getEvent() : \WebinoDraw\Event\DrawEvent
setEvent(\WebinoDraw\Event\DrawEvent $event) : $this
\WebinoDraw\Event\DrawEvent | $event |
getManipulator() : \WebinoDraw\Manipulator\Manipulator
setManipulator(\WebinoDraw\Manipulator\Manipulator $manipulator) : $this
\WebinoDraw\Manipulator\Manipulator | $manipulator |
setVarTranslator(\WebinoDraw\VarTranslator\VarTranslator $varTranslator) : $this
\WebinoDraw\VarTranslator\VarTranslator | $varTranslator |
getVarTranslator() : \WebinoDraw\VarTranslator\VarTranslator
getVarTranslation() : \WebinoDraw\VarTranslator\Translation
ArrayAccess
translateValue(string $value, \WebinoDraw\VarTranslator\Translation $varTranslation, array $spec) : string
string | $value | |
\WebinoDraw\VarTranslator\Translation | $varTranslation | |
array | $spec |
drawNodes(\WebinoDraw\Dom\NodeList $nodes, array $spec) : $this
Provides manipulation over DOM elements
\WebinoDraw\Dom\NodeList | $nodes | Matched DOM nodes |
array | $spec |
manipulateNodes(\WebinoDraw\Dom\NodeList $nodes, array $spec, \ArrayAccess $translation) : $this
Manipulate nodes
\WebinoDraw\Dom\NodeList | $nodes | |
array | $spec | |
\ArrayAccess | $translation |
__construct(\Zend\ServiceManager\ServiceLocatorInterface $forms, \Zend\Form\View\Helper\FormRow $formRow, \WebinoDraw\Form\View\Helper\FormElement $formElement, \Zend\Form\View\Helper\FormElementErrors $formElementErrors, \Zend\Form\View\Helper\FormCollection $formCollection, \Zend\View\Helper\Url $url, \WebinoDraw\Instructions\InstructionsRenderer $instructionsRenderer)
\Zend\ServiceManager\ServiceLocatorInterface | $forms | |
\Zend\Form\View\Helper\FormRow | $formRow | |
\WebinoDraw\Form\View\Helper\FormElement | $formElement | |
\Zend\Form\View\Helper\FormElementErrors | $formElementErrors | |
\Zend\Form\View\Helper\FormCollection | $formCollection | |
\Zend\View\Helper\Url | $url | |
\WebinoDraw\Instructions\InstructionsRenderer | $instructionsRenderer |
getFormEvent() : \WebinoDraw\Event\DrawFormEvent
setFormEvent(\WebinoDraw\Event\DrawFormEvent $event) : $this
\WebinoDraw\Event\DrawFormEvent | $event |
trigger(array $triggers, \WebinoDraw\Event\DrawEvent $event) : $this
array | $triggers | |
\WebinoDraw\Event\DrawEvent | $event |
matchTemplate(\WebinoDraw\Dom\NodeList $nodes, \Zend\Form\FormInterface $form)
\WebinoDraw\Dom\NodeList | $nodes | |
\Zend\Form\FormInterface | $form |