You are here

public property Image::$maxHeightMessage in Plug 7

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $maxHeightMessage = 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.';