SS
Size: a a a
SS
SS
к
SS
к
SS
SC
TS
T
ВШ
AH
AH
$source_index = $collection->search(function ($source) use ($target_collection) {
foreach ($target_collection as $target) {
if ($target->foo === $source->foo) {
return true;
}
}
return false;
});
$item = $collection->get($source_index);
T
$source_index = $collection->search(function ($source) use ($target_collection) {
foreach ($target_collection as $target) {
if ($target->foo === $source->foo) {
return true;
}
}
return false;
});
$item = $collection->get($source_index);
AP
ii
e
e
e
e
e