You are here

public property Image::$maxWidthMessage in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/Image.php, line 72

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $maxWidthMessage = 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.';