You are here

function Record::record in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/marcParse/php-marc.php \Record::record()
  2. 6 marcParse/php-marc.php \Record::record()

Start function

Set all variables to defaults to create new Record object

File

modules/marcParse/php-marc.php, line 431

Class

Record
Record Class Create a MARC Record class

Code

function record() {
  $this->fields = array();
  $this->ldr = str_repeat(' ', 24);
}