Form/Decorator/FormErrors.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Form  
Subpackage
Decorator  

\Zend_Form_Decorator_FormErrors

Package: Zend_Form\Decorator
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.
Parent(s)
\Zend_Form_Decorator_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Version
$Id$  

Properties

>VPropertyprotectedarray $_defaults = array('ignoreSubForms' => false, 'showCustomFormErrors' => true, 'onlyCustomFormErrors' => false, 'markupElementLabelEnd' => '</b>', 'markupElementLabelStart' => '<b>', 'markupListEnd' => '</ul>', 'markupListItemEnd' => '</li>', 'markupListItemStart' => '<li>', 'markupListStart' => '<ul class="form-errors">')
Default values for markup options
Default valuearray('ignoreSubForms' => false, 'showCustomFormErrors' => true, 'onlyCustomFormErrors' => false, 'markupElementLabelEnd' => '</b>', 'markupElementLabelStart' => '<b>', 'markupListEnd' => '</ul>', 'markupListItemEnd' => '</li>', 'markupListItemStart' => '<li>', 'markupListStart' => '<ul class="form-errors">')Details
Type
array
>VPropertyprotectedbool $_escape
Whether or not to escape error label and error message
Details
Type
bool
>VPropertyprotected$_ignoreSubForms
Details
Type
n/a
>VPropertyprotected$_markupElementLabelEnd
Details
Type
n/a
>VPropertyprotected$_markupElementLabelStart
Details
Type
n/a
>VPropertyprotected$_markupListEnd
Details
Type
n/a
>VPropertyprotected$_markupListItemEnd
Details
Type
n/a
>VPropertyprotected$_markupListItemStart
Details
Type
n/a
>VPropertyprotected$_markupListStart
Details
Type
n/a
>VPropertyprotected$_onlyCustomFormErrors
Details
Type
n/a
>VPropertyprotected$_showCustomFormErrors
Details
Type
n/a

Methods

methodprotected_recurseForm(\Zend_Form $form, \Zend_View_Interface $view) : string

Recurse through a form object, rendering errors

Parameters
NameTypeDescription
$form\Zend_Form
$view\Zend_View_Interface
Returns
TypeDescription
string
methodpublicgetEscape() : bool

Get escape flag

Returns
TypeDescription
bool
methodpublicgetMarkupElementLabelEnd() : string

Retrieve markupElementLabelEnd

Returns
TypeDescription
string
methodpublicgetMarkupElementLabelStart() : string

Retrieve markupElementLabelStart

Returns
TypeDescription
string
methodpublicgetMarkupListEnd() : string

Retrieve markupListEnd

Returns
TypeDescription
string
methodpublicgetMarkupListItemEnd() : string

Retrieve markupListItemEnd

Returns
TypeDescription
string
methodpublicgetMarkupListItemStart() : string

Retrieve markupListItemStart

Returns
TypeDescription
string
methodpublicgetMarkupListStart() : string

Retrieve markupListStart

Returns
TypeDescription
string
methodpublicgetOnlyCustomFormErrors() : bool

Get onlyCustomFormErrors

Returns
TypeDescription
bool
methodpublicgetShowCustomFormErrors() : bool

Get showCustomFormErrors

Returns
TypeDescription
bool
methodpublicignoreSubForms() : bool

Retrieve ignoreSubForms

Returns
TypeDescription
bool
methodpublicinitOptions() : void

Initialize options

methodpublicrender(string $content) : string

Render errors

Parameters
NameTypeDescription
$contentstring
Returns
TypeDescription
string
methodpublicrenderLabel(\Zend_Form_Element $element, \Zend_View_Interface $view) : string

Render element label

Parameters
NameTypeDescription
$element\Zend_Form_Element
$view\Zend_View_Interface
Returns
TypeDescription
string
methodpublicsetEscape(bool $flag) : \Zend_Form_Decorator_FormErrors

Set whether or not to escape error label and error message

Sets also the 'escape' option for the view helper
Parameters
NameTypeDescription
$flagbool
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetIgnoreSubForms(bool $ignoreSubForms) : \Zend_Form_Decorator_FormErrors

Set ignoreSubForms

Parameters
NameTypeDescription
$ignoreSubFormsbool
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupElementLabelEnd(string $markupElementLabelEnd) : \Zend_Form_Decorator_FormErrors

Set markupElementLabelEnd

Parameters
NameTypeDescription
$markupElementLabelEndstring
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupElementLabelStart(string $markupElementLabelStart) : \Zend_Form_Decorator_FormErrors

Set markupElementLabelStart

Parameters
NameTypeDescription
$markupElementLabelStartstring
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListEnd(string $markupListEnd) : \Zend_Form_Decorator_FormErrors

Set markupListEnd

Parameters
NameTypeDescription
$markupListEndstring
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListItemEnd(string $markupListItemEnd) : \Zend_Form_Decorator_FormErrors

Set markupListItemEnd

Parameters
NameTypeDescription
$markupListItemEndstring
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListItemStart(string $markupListItemStart) : \Zend_Form_Decorator_FormErrors

Set markupListItemStart

Parameters
NameTypeDescription
$markupListItemStartstring
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetMarkupListStart(string $markupListStart) : \Zend_Form_Decorator_FormErrors

Set markupListStart

Parameters
NameTypeDescription
$markupListStartstring
Returns
TypeDescription
\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
NameTypeDescription
$onlyCustomFormErrorsbool
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
methodpublicsetShowCustomFormErrors(bool $showCustomFormErrors) : \Zend_Form_Decorator_FormErrors

Set showCustomFormErrors

Parameters
NameTypeDescription
$showCustomFormErrorsbool
Returns
TypeDescription
\Zend_Form_Decorator_FormErrors
Documentation was generated by phpDocumentor 2.2.0 .