Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Symfony 2.0(不是 2.1),我想知道是否有办法通过其他相关信息(例如 Doctrine mapping)自动推断验证约束。
我想要做的具体事情是添加到映射为string验证约束的所有属性MaxLength,其limit参数对应length于 Doctrine 映射中指定的参数。
string
MaxLength
limit
length
有没有办法做到这一点?
我将扩展默认的断言注释映射,然后通过 DI 注入教义映射。检查从学说的映射,如果它是字符串添加这两个提到的断言。