mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Add sort flag param comment to sortedBy function header. (#4075)
This commit is contained in:
parent
4f82e4efa5
commit
25e46b988d
@ -136,6 +136,7 @@ class ArrayField extends BaseField
|
||||
* retrieve field validators for this field type
|
||||
* @param string|array $fieldNames sort by fieldname
|
||||
* @param bool $descending sort descending
|
||||
* @param int $sort_flags sorting behavior
|
||||
* @return array
|
||||
*/
|
||||
public function sortedBy($fieldNames, $descending = false, $sort_flags = SORT_NATURAL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user