You are here

public property Count::$maxMessage in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/Count.php, line 36

Class

Count
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

public $maxMessage = 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.';