Validation

class Validation

Entry point for the Validator component.

Methods

static ValidatorInterface createValidator()

Creates a new validator.

static ValidatorBuilderInterface createValidatorBuilder()

Creates a configurable builder for validator objects.

Details

static ValidatorInterface createValidator()

Creates a new validator.

If you want to configure the validator, use {@link createValidatorBuilder()} instead.

Return Value

ValidatorInterface The new validator

static ValidatorBuilderInterface createValidatorBuilder()

Creates a configurable builder for validator objects.

Return Value

ValidatorBuilderInterface The new builder
doc_Symfony
2016-10-28 06:36:30
Comments
Leave a Comment

Please login to continue.