You are here

function Field::warnings in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/marcParse/php-marc.php \Field::warnings()
  2. 6 marcParse/php-marc.php \Field::warnings()
  3. 7 modules/marcParse/php-marc.php \Field::warnings()

Return an array of warnings

File

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

Class

Field
Field Class Create a MARC Field object

Code

function warnings() {
  return $this->warn;
}