Storm\Core\Relational\IToManyRelation::MapParentKeysToRelatedRows PHP Метод

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

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