Storm\Core\Relational\IToOneRelation::MapParentKeysToRelatedRow PHP Method

MapParentKeysToRelatedRow() public method

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
return ResultRow[] The map containing the parent rows indexed with their parents key
    public function MapParentKeysToRelatedRow(array $ParentRows, array $RelatedRows);