| 1 | <?php |
||
| 15 | trait MatchTrait |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Match entity by field intersection, instance values or primary key. |
||
| 19 | * |
||
| 20 | * @param RecordInterface $record |
||
| 21 | * @param RecordInterface|array|mixed $query |
||
| 22 | * |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | protected function match(RecordInterface $record, $query): bool |
||
| 59 | } |