Changeset 5987
- Timestamp:
- 02/01/12 19:06:37 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/form/formelementvalidator.php
r5985 r5987 96 96 97 97 /** 98 * Each Formelement Validator returns a errormessage. 99 * Wrap this in a gettext shorthand call, like 98 * Each Formelement Validator must return an errormessage. 99 * The errormessage must be wrapped in a gettext shorthand call, 100 * like so: 100 101 * return _('This value is not ok.'); 101 102 * … … 105 106 106 107 /** 108 * Each Formelement Validator must implement validation logic. 107 109 * This is the pure validation logic, called by validate(). 108 110 * If you need more complex things for validation, then
Note: See TracChangeset
for help on using the changeset viewer.
