equal
deleted
inserted
replaced
74 return $this->output; |
74 return $this->output; |
75 } |
75 } |
76 |
76 |
77 /** |
77 /** |
78 * Filters the list, based on a set of key => value arguments. |
78 * Filters the list, based on a set of key => value arguments. |
|
79 * |
|
80 * Retrieves the objects from the list that match the given arguments. |
|
81 * Key represents property name, and value represents property value. |
|
82 * |
|
83 * If an object has more properties than those specified in arguments, |
|
84 * that will not disqualify it. When using the 'AND' operator, |
|
85 * any missing properties will disqualify it. |
79 * |
86 * |
80 * @since 4.7.0 |
87 * @since 4.7.0 |
81 * |
88 * |
82 * @param array $args Optional. An array of key => value arguments to match |
89 * @param array $args Optional. An array of key => value arguments to match |
83 * against each object. Default empty array. |
90 * against each object. Default empty array. |