Filtering
filter
Definition
Description
Wrapper around PHP built-in array_filter method to allow chaining in ArrObj
Examples
filterByKeys
Definition
Description
Filter array values by preserving only those which keys are present in array obtained from $keys variable
Examples
filterObjects
Definition
Description
Filter objects array using return value of specified method
This method also filter values other than objects by standard boolean comparison
Examples
Last updated
Was this helpful?