Return a function that can be used as a callback to filter arrays of {@link Addon} objects.
public static makeFilterCallback ( array $where ) : Closure | ||
$where | array | A where array that filters the info array. |
Résultat | Closure | Returns a new closure. |