Show
Ignore:
Timestamp:
08/12/05 20:50:17 (3 years ago)
Author:
schst
Message:

Added validateForm() and finalizeForm() to the Collection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/patForms.php

    r315 r318  
    11301130    * @param    boolean     Flag to indicate, whether form should be validated again, if it already has been validated. 
    11311131    * @return   boolean     True if all elements could be validated, false otherwise. 
    1132     * @see      finishForm() 
     1132    * @see      finalizeForm() 
    11331133    */ 
    11341134    function validateForm( $revalidate = false )