You are here

public function BiblioCrossRefClient::_set_data in Bibliography Module 7

Same name and namespace in other branches
  1. 7.2 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 411

Class

BiblioCrossRefClient

Code

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