You are here

public property GreaterThan::$message in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/GreaterThan.php \Symfony\Component\Validator\Constraints\GreaterThan::message

Overrides AbstractComparison::$message

File

vendor/symfony/validator/Constraints/GreaterThan.php, line 22

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

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