fix #2: Add common PGN tags in "specialMetadata" array.

This commit is contained in:
2023-06-14 15:48:15 +02:00
parent 5ca6c49f62
commit e939a58b38
3 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,9 @@ class PgnGameParser{
private $specialMetadata = array(
'event','site','white','black','result','plycount','eco','fen',
'timecontrol','round','date','annotator','termination'
'timecontrol','round','date','annotator','termination',
'whiteelo', 'blackelo', 'whiteteam', 'blackteam',
'opening', 'eventdate', 'seat'
);
public function __construct($pgnGame = null){