You are here

public property File::$maxSizeMessage in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/File.php, line 48

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $maxSizeMessage = 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.';