API Documentation

Form/Decorator/FormErrors.php

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Form  
subpackage
Decorator  

\Zend_Form_Decorator_FormErrors

Zend_Form_Decorator_FormErrors

Displays all form errors in one view.

Any options passed will be used as HTML attributes of the ul tag for the errors.

Extends from
\Zend_Form_Decorator_Abstract
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Form  
subpackage
Decorator  
version
$Id: FormErrors.php 23853 2011-04-10 16:06:30Z ramon $  

Properties

Propertyprotectedarray  $_defaults= 'array'

Default values for markup options

Default valuearrayDetails
Type
array
Propertyprotected  $_ignoreSubForms= ''
Details
Type
Propertyprotected  $_markupElementLabelEnd= ''
Details
Type
Propertyprotected  $_markupElementLabelStart= ''
Details
Type
Propertyprotected  $_markupListEnd= ''
Details
Type
Propertyprotected  $_markupListItemEnd= ''
Details
Type
Propertyprotected  $_markupListItemStart= ''
Details
Type
Propertyprotected  $_markupListStart= ''
Details
Type
Propertyprotected  $_onlyCustomFormErrors= ''
Details
Type
Propertyprotected  $_showCustomFormErrors= ''
Details
Type

Methods

methodpublic__construct( array|\Zend_Config $options = null ) : void

Constructor

Inherited from: \Zend_Form_Decorator_Abstract::__construct()

Accept options during initialization.

Parameters
Name Type Description
$options array|\Zend_Config
methodprotected_recurseForm( \Zend_Form $form, \Zend_View_Interface $view ) : string

Recurse through a form object, rendering errors

Parameters
Name Type Description
$form \Zend_Form
$view \Zend_View_Interface
Returns
Type Description
string
methodpublicclearOptions( ) : \Zend_Form_Decorator_Abstract

Clear all options

Inherited from: \Zend_Form_Decorator_Abstract::clearOptions()
Returns
Type Description
\Zend_Form_Decorator_Abstract
methodpublicgetElement( ) : \Zend_Form_Element|\Zend_Form

Retrieve current element

Inherited from: \Zend_Form_Decorator_Abstract::getElement()
Returns
Type Description
\Zend_Form_Element\Zend_Form
methodpublicgetMarkupElementLabelEnd( ) : string

Retrieve markupElementLabelEnd

Returns
Type Description
string
methodpublicgetMarkupElementLabelStart( ) : string

Retrieve markupElementLabelStart

Returns
Type Description
string
methodpublicgetMarkupListEnd( ) : string

Retrieve markupListEnd

Returns
Type Description
string
methodpublicgetMarkupListItemEnd( ) : string

Retrieve markupListItemEnd

Returns
Type Description
string
methodpublicgetMarkupListItemStart( ) : string

Retrieve markupListItemStart

Returns
Type Description
string
methodpublicgetMarkupListStart( ) : string

Retrieve markupListStart

Returns
Type Description
string
methodpublicgetOnlyCustomFormErrors( ) : bool

Get onlyCustomFormErrors

Returns
Type Description
bool
methodpublicgetOption( string $key ) : mixed

Get option

Inherited from: \Zend_Form_Decorator_Abstract::getOption()
Parameters
Name Type Description
$key string
Returns
Type Description
mixed
methodpublicgetOptions( ) : array

Retrieve options

Inherited from: \Zend_Form_Decorator_Abstract::getOptions()
Returns
Type Description
array
methodpublicgetPlacement( ) : string

Determine if decorator should append or prepend content

Inherited from: \Zend_Form_Decorator_Abstract::getPlacement()
Returns
Type Description
string
methodpublicgetSeparator( ) : string

Retrieve separator to use between old and new content

Inherited from: \Zend_Form_Decorator_Abstract::getSeparator()
Returns
Type Description
string
methodpublicgetShowCustomFormErrors( ) : bool

Get showCustomFormErrors

Returns
Type Description
bool
methodpublicignoreSubForms( ) : bool

Retrieve ignoreSubForms

Returns
Type Description
bool
methodpublicinitOptions( ) : void

Initialize options

methodpublicremoveOption( mixed $key ) : void

Remove single option

Inherited from: \Zend_Form_Decorator_Abstract::removeOption()
Parameters
Name Type Description
$key mixed
methodpublicrender( string $content ) : string

Render errors

Parameters
Name Type Description
$content string
Returns
Type Description
string
Throws
Exception Description
\Zend_Form_Decorator_Exception when unimplemented
methodpublicrenderLabel( \Zend_Form_Element $element, \Zend_View_Interface $view ) : string

Render element label

Parameters
Name Type Description
$element \Zend_Form_Element
$view \Zend_View_Interface
Returns
Type Description
string
methodpublicsetConfig( \Zend_Config $config ) : \Zend_Form_Decorator_Abstract

Set options from config object

Inherited from: \Zend_Form_Decorator_Abstract::setConfig()
Parameters
Name Type Description
$config \Zend_Config
Returns
Type Description
\Zend_Form_Decorator_Abstract
methodpublicsetElement( \Zend_Form_Element|\Zend_Form $element ) : \Zend_Form_Decorator_Abstract

Set current form element

Inherited from: \Zend_Form_Decorator_Abstract::setElement()

While the name is "setElement", a form decorator could decorate either an element or a form object.

Parameters
Name Type Description
$element \Zend_Form_Element|\Zend_Form
Returns
Type Description
\Zend_Form_Decorator_Abstract
Throws
Exception Description
\Zend_Form_Decorator_Exception on invalid element type
methodpublicsetIgnoreSubForms( bool $ignoreSubForms ) : \Zend_Form_Decorator_FormErrors

Set ignoreSubForms

Parameters
Name Type Description
$ignoreSubForms bool
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupElementLabelEnd( string $markupElementLabelEnd ) : \Zend_Form_Decorator_FormErrors

Set markupElementLabelEnd

Parameters
Name Type Description
$markupElementLabelEnd string
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupElementLabelStart( string $markupElementLabelStart ) : \Zend_Form_Decorator_FormErrors

Set markupElementLabelStart

Parameters
Name Type Description
$markupElementLabelStart string
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListEnd( string $markupListEnd ) : \Zend_Form_Decorator_FormErrors

Set markupListEnd

Parameters
Name Type Description
$markupListEnd string
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListItemEnd( string $markupListItemEnd ) : \Zend_Form_Decorator_FormErrors

Set markupListItemEnd

Parameters
Name Type Description
$markupListItemEnd string
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListItemStart( string $markupListItemStart ) : \Zend_Form_Decorator_FormErrors

Set markupListItemStart

Parameters
Name Type Description
$markupListItemStart string
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListStart( string $markupListStart ) : \Zend_Form_Decorator_FormErrors

Set markupListStart

Parameters
Name Type Description
$markupListStart string
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetOnlyCustomFormErrors( bool $onlyCustomFormErrors ) : \Zend_Form_Decorator_FormErrors

Set onlyCustomFormErrors, whether to display elements messages in addition to custom form messages.

Parameters
Name Type Description
$onlyCustomFormErrors bool
Returns
Type Description
\Zend_Form_Decorator_FormErrors
methodpublicsetOption( string $key, mixed $value ) : \Zend_Form_Decorator_Abstract

Set option

Inherited from: \Zend_Form_Decorator_Abstract::setOption()
Parameters
Name Type Description
$key string
$value mixed
Returns
Type Description
\Zend_Form_Decorator_Abstract
methodpublicsetOptions( array $options ) : \Zend_Form_Decorator_Abstract

Set options

Inherited from: \Zend_Form_Decorator_Abstract::setOptions()
Parameters
Name Type Description
$options array
Returns
Type Description
\Zend_Form_Decorator_Abstract
methodpublicsetShowCustomFormErrors( bool $showCustomFormErrors ) : \Zend_Form_Decorator_FormErrors

Set showCustomFormErrors

Parameters
Name Type Description
$showCustomFormErrors bool
Returns
Type Description
\Zend_Form_Decorator_FormErrors
Documentation was generated by DocBlox 0.13.3.