Storm\Core\Relational\IToOneRelation::MapParentKeysToRelatedRow PHP Метод

MapParentKeysToRelatedRow() публичный Метод

Map the parent rows to their respective related rows
public MapParentKeysToRelatedRow ( array $ParentRows, array $RelatedRows ) : ResultRow[]
$ParentRows array The parent rows
$RelatedRows array The related rows
Результат ResultRow[] The map containing the parent rows indexed with their parents key
    public function MapParentKeysToRelatedRow(array $ParentRows, array $RelatedRows);