*/ class LSformRule extends LSlog_staticLoggerClass { /** * Validation de données * * @param mixed $value Données à valider * @param array $options Options de validation * @param object $formElement L'objet formElement attaché * * @return boolean True si les données sont valide, False sinon. */ public static function validate($value, $options=array(), &$formElement) { return true; } } /** * Error Codes **/ LSerror :: defineError('LSformRule_01', ___("LSformRule_%{type} : Parameter %{param} is not found.") );