$_attribs | Zend_Form | protected |
$_decorators | Zend_Form | protected |
$_defaultDisplayGroupClass | Zend_Form | protected |
$_description | Zend_Form | protected |
$_disableLoadDefaultDecorators | Zend_Form | protected |
$_displayGroupPrefixPaths | Zend_Form | protected |
$_displayGroups | Zend_Form | protected |
$_dojoViewPathRegistered | Zend_Dojo_Form_SubForm | protected |
$_elementDecorators | Zend_Form | protected |
$_elementPrefixPaths | Zend_Form | protected |
$_elements | Zend_Form | protected |
$_elementsBelongTo | Zend_Form | protected |
$_errorMessages | Zend_Form | protected |
$_errorsExist | Zend_Form | protected |
$_errorsForced | Zend_Form | protected |
$_formOrder | Zend_Form | protected |
$_isArray | Zend_Form_SubForm | protected |
$_isRendered | Zend_Form | protected |
$_legend | Zend_Form | protected |
$_loaders | Zend_Form | protected |
$_methods | Zend_Form | protected |
$_order | Zend_Form | protected |
$_orderUpdated | Zend_Form | protected |
$_subFormPrefixPaths | Zend_Form | protected |
$_subForms | Zend_Form | protected |
$_translator | Zend_Form | protected |
$_translatorDefault | Zend_Form | protectedstatic |
$_translatorDisabled | Zend_Form | protected |
$_view | Zend_Form | protected |
__call($method, $args) | Zend_Form | |
__clone() | Zend_Form | |
__construct($options=null) | Zend_Dojo_Form_SubForm | |
__get($name) | Zend_Form | |
__isset($name) | Zend_Form | |
__set($name, $value) | Zend_Form | |
__toString() | Zend_Form | |
__unset($name) | Zend_Form | |
_addDisplayGroupObject(Zend_Form_DisplayGroup $group, $name=null) | Zend_Form | protected |
_array_replace_recursive(array $into) | Zend_Form | protected |
_attachToArray($value, $arrayPath) | Zend_Form | protected |
_dissolveArrayUnsetKey($array, $arrayPath, $key) | Zend_Form | protected |
_dissolveArrayValue($value, $arrayPath) | Zend_Form | protected |
_getArrayName($value) | Zend_Form | protected |
_getDecorator($name, $options) | Zend_Form | protected |
_getErrorMessages() | Zend_Form | protected |
_getIsRendered() | Zend_Form | protected |
_loadDecorator(array $decorator, $name) | Zend_Form | protected |
_setElementsBelongTo($name=null) | Zend_Form | protected |
_setIsRendered() | Zend_Form | protected |
_sort() | Zend_Form | protected |
addAttribs(array $attribs) | Zend_Form | |
addDecorator($decorator, $options=null) | Zend_Form | |
addDecorators(array $decorators) | Zend_Form | |
addDisplayGroup(array $elements, $name, $options=null) | Zend_Form | |
addDisplayGroupPrefixPath($prefix, $path) | Zend_Form | |
addDisplayGroupPrefixPaths(array $spec) | Zend_Form | |
addDisplayGroups(array $groups) | Zend_Form | |
addElement($element, $name=null, $options=null) | Zend_Form | |
addElementPrefixPath($prefix, $path, $type=null) | Zend_Form | |
addElementPrefixPaths(array $spec) | Zend_Form | |
addElements(array $elements) | Zend_Form | |
addError($message) | Zend_Form | |
addErrorMessage($message) | Zend_Form | |
addErrorMessages(array $messages) | Zend_Form | |
addErrors(array $messages) | Zend_Form | |
addPrefixPath($prefix, $path, $type=null) | Zend_Form | |
addPrefixPaths(array $spec) | Zend_Form | |
addSubForm(Zend_Form $form, $name, $order=null) | Zend_Form | |
addSubForms(array $subForms) | Zend_Form | |
clearAttribs() | Zend_Form | |
clearDecorators() | Zend_Form | |
clearDisplayGroups() | Zend_Form | |
clearElements() | Zend_Form | |
clearErrorMessages() | Zend_Form | |
clearSubForms() | Zend_Form | |
count() | Zend_Form | |
createElement($type, $name, $options=null) | Zend_Form | |
current() | Zend_Form | |
DECORATOR | Zend_Form | |
ELEMENT | Zend_Form | |
ENCTYPE_MULTIPART | Zend_Form | |
ENCTYPE_URLENCODED | Zend_Form | |
filterName($value, $allowBrackets=false) | Zend_Form | |
getAction() | Zend_Form | |
getAttrib($key) | Zend_Form | |
getAttribs() | Zend_Form | |
getCustomMessages() | Zend_Form | |
getDecorator($name) | Zend_Form | |
getDecorators() | Zend_Form | |
getDefaultDisplayGroupClass() | Zend_Form | |
getDefaultTranslator() | Zend_Form | static |
getDescription() | Zend_Form | |
getDisplayGroup($name) | Zend_Form | |
getDisplayGroups() | Zend_Form | |
getElement($name) | Zend_Form | |
getElements() | Zend_Form | |
getElementsAndSubFormsOrdered() | Zend_Form | |
getElementsBelongTo() | Zend_Form | |
getEnctype() | Zend_Form | |
getErrorMessages() | Zend_Form | |
getErrors($name=null, $suppressArrayNotation=false) | Zend_Form | |
getFullyQualifiedName() | Zend_Form | |
getId() | Zend_Form | |
getLegend() | Zend_Form | |
getMessages($name=null, $suppressArrayNotation=false) | Zend_Form | |
Zend_Validate_Interface::getMessages() | Zend_Validate_Interface | |
getMethod() | Zend_Form | |
getName() | Zend_Form | |
getOrder() | Zend_Form | |
getPluginLoader($type=null) | Zend_Form | |
getSubForm($name) | Zend_Form | |
getSubForms() | Zend_Form | |
getTranslator() | Zend_Form | |
getUnfilteredValue($name) | Zend_Form | |
getUnfilteredValues() | Zend_Form | |
getValidValues($data, $suppressArrayNotation=false) | Zend_Form | |
getValue($name) | Zend_Form | |
getValues($suppressArrayNotation=false) | Zend_Form | |
getView() | Zend_Dojo_Form_SubForm | |
hasDefaultTranslator() | Zend_Form | static |
hasErrors() | Zend_Form | |
hasTranslator() | Zend_Form | |
init() | Zend_Form | |
isArray() | Zend_Form | |
isErrors() | Zend_Form | |
isValid($data) | Zend_Form | |
isValidPartial(array $data) | Zend_Form | |
key() | Zend_Form | |
loadDefaultDecorators() | Zend_Dojo_Form_SubForm | |
loadDefaultDecoratorsIsDisabled() | Zend_Form | |
markAsError() | Zend_Form | |
METHOD_DELETE | Zend_Form | |
METHOD_GET | Zend_Form | |
METHOD_POST | Zend_Form | |
METHOD_PUT | Zend_Form | |
next() | Zend_Form | |
persistData() | Zend_Form | |
populate(array $values) | Zend_Form | |
processAjax(array $data) | Zend_Form | |
removeAttrib($key) | Zend_Form | |
removeDecorator($name) | Zend_Form | |
removeDisplayGroup($name) | Zend_Form | |
removeElement($name) | Zend_Form | |
removeFromIteration($name) | Zend_Form | |
removeSubForm($name) | Zend_Form | |
render(Zend_View_Interface $view=null) | Zend_Form | |
reset() | Zend_Form | |
rewind() | Zend_Form | |
setAction($action) | Zend_Form | |
setAttrib($key, $value) | Zend_Form | |
setAttribs(array $attribs) | Zend_Form | |
setConfig(Zend_Config $config) | Zend_Form | |
setDecorators(array $decorators) | Zend_Form | |
setDefault($name, $value) | Zend_Form | |
setDefaultDisplayGroupClass($class) | Zend_Form | |
setDefaults(array $defaults) | Zend_Form | |
setDefaultTranslator($translator=null) | Zend_Form | static |
setDescription($value) | Zend_Form | |
setDisableLoadDefaultDecorators($flag) | Zend_Form | |
setDisableTranslator($flag) | Zend_Form | |
setDisplayGroupDecorators(array $decorators) | Zend_Form | |
setDisplayGroups(array $groups) | Zend_Form | |
setElementDecorators(array $decorators, array $elements=null, $include=true) | Zend_Form | |
setElementFilters(array $filters) | Zend_Form | |
setElements(array $elements) | Zend_Form | |
setElementsBelongTo($array) | Zend_Form | |
setEnctype($value) | Zend_Form | |
setErrorMessages(array $messages) | Zend_Form | |
setErrors(array $messages) | Zend_Form | |
setIsArray($flag) | Zend_Form | |
setLegend($value) | Zend_Form | |
setMethod($method) | Zend_Form | |
setName($name) | Zend_Form | |
setOptions(array $options) | Zend_Form | |
setOrder($index) | Zend_Form | |
setPluginLoader(Zend_Loader_PluginLoader_Interface $loader, $type=null) | Zend_Form | |
setSubFormDecorators(array $decorators) | Zend_Form | |
setSubForms(array $subForms) | Zend_Form | |
setTranslator($translator=null) | Zend_Form | |
setView(Zend_View_Interface $view=null) | Zend_Form | |
translatorIsDisabled() | Zend_Form | |
valid() | Zend_Form | |