You are here

public property Count::$exactMessage in Plug 7

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $exactMessage = 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.';