| 1 | <?php |
||
| 16 | class Retries extends AbstractPropertyValidator implements PropertyValidatorInterface |
||
| 17 | { |
||
| 18 | const DIC_NAME = 'RetriesValidator'; |
||
| 19 | const MESSAGE_TEMPLATE = '"%s" is not numeric or greater than or equal 0'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | 3 | public function isValid($sProperty, JobEntity $oJobEntity) |
|
| 32 | } |