Public Member Functions | |
formErrors ($errors, array $options=null) | |
setElementEnd ($string) | |
getElementEnd () | |
setElementSeparator ($string) | |
getElementSeparator () | |
setElementStart ($string) | |
getElementStart () | |
Protected Attributes | |
$_element | |
$_htmlElementEnd = '</li></ul>' | |
$_htmlElementStart = '<ul%s><li>' | |
$_htmlElementSeparator = '</li><li>' |
Definition at line 38 of file FormErrors.php.
formErrors | ( | $ | errors, |
array $ | options = null |
||
) |
#@- Render form errors
string | array | $errors | Error(s) to render |
array | $options |
Definition at line 60 of file FormErrors.php.
getElementEnd | ( | ) |
Retrieve end string for displaying errors
Definition at line 108 of file FormErrors.php.
getElementSeparator | ( | ) |
Retrieve separator string for displaying errors
Definition at line 130 of file FormErrors.php.
getElementStart | ( | ) |
Retrieve start string for displaying errors
Definition at line 152 of file FormErrors.php.
setElementEnd | ( | $ | string ) |
Set end string for displaying errors
string | $string |
Definition at line 97 of file FormErrors.php.
setElementSeparator | ( | $ | string ) |
Set separator string for displaying errors
string | $string |
Definition at line 119 of file FormErrors.php.
setElementStart | ( | $ | string ) |
Set start string for displaying errors
string | $string |
Definition at line 141 of file FormErrors.php.