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.
我有一个具有一个字段的 Doctrine 实体:
/** * @PHPCRODM\String() * @Assert\MaxLength(255) */ protected $title;
是否可以强制maxlength从此字段生成的输入的属性,而无需手动指定?
maxlength
显然,PHPCRODM 不接受这样的选项。伤心... :(
[创建错误] 在属性 [...]\Article::$title 上声明的注释 @PHPCRODM\String 没有名为“length”的属性。可用属性:类型、已翻译、名称、属性、多值、关联、可为空
当我有空闲时间时应该创建一个 PR。:)