| 1 | <?php |
||
| 16 | class ContainsDecimal extends Constraint |
||
| 17 | { |
||
| 18 | public $message = 'paywall.step1.form.error.price.custom'; |
||
| 19 | public $entity; |
||
| 20 | public $property; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Use ContainsDecimalValidator class when actually performing the validation. |
||
| 24 | * |
||
| 25 | * @return Newscoop\PaywallBundle\Validator\Constraints\ContainsDecimalValidator |
||
| 26 | */ |
||
| 27 | public function validatedBy() |
||
| 31 | |||
| 32 | public function getTargets() |
||
| 36 | } |
||
| 37 |