You are here

public property Count::$minMessage in Plug 7

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

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