Пример #1
0
 public function map(DbRecord $record)
 {
     return $this->map[$record->getPrimaryKey()] = $record;
 }