You are here

public property GreaterThanOrEqual::$message in Plug 7

Overrides AbstractComparison::$message

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php, line 22

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $message = 'This value should be greater than or equal to {{ compared_value }}.';