You are here

function Field::warnings in Bibliography Module 6

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

* Return an array of warnings

File

marcParse/php-marc.php, line 741

Class

Field
Field Class Create a MARC Field object

Code

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