PHP Class Symfony\Component\Validator\Constraints\MaxLength

Deprecation: Deprecated since version 2.1, to be removed in 2.3.
Inheritance: extends Symfony\Component\Validator\Constraint
Show file Open project: pmjones/php-framework-benchmarks Class Usage Examples

Public Properties

Property Type Description
$charset
$limit
$message

Public Methods

Method Description
getDefaultOption ( ) {@inheritDoc}
getRequiredOptions ( ) {@inheritDoc}

Method Details

getDefaultOption() public method

{@inheritDoc}
public getDefaultOption ( )

getRequiredOptions() public method

{@inheritDoc}
public getRequiredOptions ( )

Property Details

$charset public property

public $charset

$limit public property

public $limit

$message public property

public $message