You are here

public property Length::$exactMessage in Plug 7

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $exactMessage = 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.';