You are here

public function Record::__construct in Bibliography Module 7

Start function.

Set all variables to defaults to create new Record object.

File

modules/marcParse/php-marc.php, line 470
@package PHP-MARC

Class

Record
Record Class Create a MARC Record class.

Code

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