You are here

function BiblioCrossRefClient::_set_data in Bibliography Module 7.2

Same name and namespace in other branches
  1. 7 modules/crossref/biblio.crossref.client.php \BiblioCrossRefClient::_set_data()
1 call to BiblioCrossRefClient::_set_data()
BiblioCrossRefClient::unixref_characterData in modules/crossref/biblio.crossref.client.php

File

modules/crossref/biblio.crossref.client.php, line 265

Class

BiblioCrossRefClient

Code

function _set_data($field, $data) {
  $this->node[$field] = isset($this->node[$field]) ? $this->node[$field] . $data : $data;
}