You are here

private function BiblioStyleEndNoteTagged::importEntryGeneric in Bibliography Module 7.3

File

plugins/biblio_style/endnote/BiblioStyleEndNoteTagged.php, line 49
EndNote tagged biblio style.

Class

BiblioStyleEndNoteTagged
@file EndNote tagged biblio style.

Code

private function importEntryGeneric($wrapper, $tag, $value) {
  $map = $this
    ->getMapping();
  $key = $map['field'][$tag]['property'];
  $wrapper->{$key}
    ->set($value);
}