SIG
SIG
class 'SioSignOut'
validate() : \optional
This is the validation code block of the formlet.
Except for formlets that require no validation, it will be over-ridden. This code block should set the boolean value $this->valid, to indicate validity of the formlet.
bool indicating whether or not the formlet is valid.
formlets( $fms = array(), $valfn = NULL, $show = true)
'formlets' Processes multiple interdependent formlets, preventing invalidity from commits.
All formlets must be processed for a commit. Call reveal() for each fm after this. LIMITATIONS: currently this does not support subscribers (which should be orthogonal) or functions.
$fms | ||
$valfn | ||
$show |