| Current Path : /opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/ |
| Current File : //opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php |
<?= "<?php\n" ?>
namespace <?= $namespace; ?>;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*/
class <?= $class_name ?> extends Constraint
{
/*
* Any public properties become valid options for the annotation.
* Then, use these in your validator class.
*/
public $message = 'The value "{{ value }}" is not valid.';
}