render()
_sanitize()
_assembleData()
$_fmFields
$_hasErrors
$_result
Returns form items in array form to be processed by custom display manager
| category | Formagic |
|---|---|
| package | Renderer |
| author | Florian Sonnenburg |
| copyright | Copyright (c) 2007-2009 Florian Sonnenburg |
| version | $Id: Array.php 169 2012-05-06 20:16:16Z meweasle $ |
render(Formagic $form) : array
arrayThe array containing all items and errors._sanitize(mixed $value) : mixed
mixedValue
mixedSanitized value_assembleData(Formagic_Item_Container $container) : void
Iterates over $container and descends recursively into nested sub-containers.
$_fmFields : string
$_hasErrors : boolean
$_result : array