Skip to content

Commit

Permalink
Include (hopefully) full list of Subject component codes
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jan 29, 2019
1 parent ba20a6d commit 7908616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Fields/Subject.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ class Subject extends Field implements FieldInterface, SubjectInterface

public static $glue = ' : ';
public static $chopPunctuation = true;
public static $termComponentCodes = ['a', 'b', 'x', 'y', 'z'];
public static $termComponentCodes = [
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'j', 'k', 'l', 'm',
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'x', 'y', 'z',
];

const PERSONAL_NAME = '600';
const CORPORATION_NAME = '601';
Expand Down

0 comments on commit 7908616

Please sign in to comment.