You are here

public property Image::$minWidthMessage in Plug 7

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $minWidthMessage = 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.';