Restler 指定数组元素的最小值
Restler specify minimum value of array elements
如果我把它放在我的 PhpDoc 评论中:
* @param array $children The SQL idents of the children to add to the parent. {@type int} {@min 1}
那么 Restler 认为它是一个整数数组,至少有一个数组元素。有没有办法也说数组中整数的最小值是 1?
Restler 不支持指定数组中整数的最小值和最大值。您需要在 api 方法
中处理它
如果我把它放在我的 PhpDoc 评论中:
* @param array $children The SQL idents of the children to add to the parent. {@type int} {@min 1}
那么 Restler 认为它是一个整数数组,至少有一个数组元素。有没有办法也说数组中整数的最小值是 1?
Restler 不支持指定数组中整数的最小值和最大值。您需要在 api 方法
中处理它