You are here

function Record::record in Bibliography Module 6

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

* Start function * * Set all variables to defaults to create new Record object

File

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);
}