Classes

\SilverWare\Validator

Name Description
Backend An extension of the object class for the abstract parent class of validator backends. EMPTY
Rule An extension of the object class for the abstract parent class of validator rules. EMPTY
Validator An extension of the SilverStripe validator class for the SilverWare validator. EMPTY

\SilverWare\Validator\Backends

Name Description
ParsleyBackend An extension of the backend class which uses Parsley to handle form validation. EMPTY

\SilverWare\Validator\Extensions

Name Description
FormFieldExtension An extension which adds validator functionality to form field instances. EMPTY

\SilverWare\Validator\Rules

Name Description
AlphaNumRule An extension of the rule class for an alphanum rule. EMPTY
CheckRule An extension of the range rule class for a check rule. EMPTY
ComparisonRule An extension of the target rule class for a comparison rule. EMPTY
DateRule An extension of the rule class for a date rule. EMPTY
DigitsRule An extension of the rule class for a digits rule. EMPTY
DomainRule An extension of the rule class for a domain rule. EMPTY
EmailRule An extension of the rule class for an email rule. EMPTY
EqualToRule An extension of the target rule class for an equalto rule. EMPTY
IntegerRule An extension of the rule class for an integer rule. EMPTY
LengthRule An extension of the range rule class for a length rule. EMPTY
MaxCheckRule An extension of the max rule class for a maxcheck rule. EMPTY
MaxLengthRule An extension of the max rule class for a maxlength rule. EMPTY
MaxRule An extension of the rule class for a max rule. EMPTY
MaxWordsRule An extension of the max rule class for a maxwords rule. EMPTY
MinCheckRule An extension of the min rule class for a mincheck rule. EMPTY
MinLengthRule An extension of the min rule class for a minlength rule. EMPTY
MinRule An extension of the rule class for a min rule. EMPTY
MinWordsRule An extension of the min rule class for a minwords rule. EMPTY
NotEqualToRule An extension of the equalto class for a notequalto rule. EMPTY
NumberRule An extension of the rule class for a number rule. EMPTY
PatternRule An extension of the rule class for a pattern rule. EMPTY
RangeRule An extension of the rule class for a range rule. EMPTY
RemoteRule An extension of the rule class for a remote rule. EMPTY
RequiredRule An extension of the rule class for a required rule. EMPTY
TargetRule An extension of the rule class for the abstract parent of target rule classes. EMPTY
URLRule An extension of the rule class for a URL rule. EMPTY
WordsRule An extension of the range rule class for a words rule. EMPTY