Changeset 5987


Ignore:
Timestamp:
02/01/12 19:06:37 (4 months ago)
Author:
vain
Message:
  • commented
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/viewhelper/form/formelementvalidator.php

    r5985 r5987  
    9696 
    9797    /** 
    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: 
    100101     * return _('This value is not ok.'); 
    101102     * 
     
    105106 
    106107    /** 
     108     * Each Formelement Validator must implement validation logic. 
    107109     * This is the pure validation logic, called by validate(). 
    108110     * If you need more complex things for validation, then 
Note: See TracChangeset for help on using the changeset viewer.