We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7148a commit 7129fb2Copy full SHA for 7129fb2
library/PhpGedcom/Record/ObjeRef/File.php
@@ -32,5 +32,6 @@ class File extends Record
32
*/
33
protected $_form;
34
protected $_titl;
35
+ protected $_date;
36
37
}
library/PhpGedcom/Record/ObjeRef/File/Form.php
@@ -25,17 +25,17 @@ class Form extends Record
25
/**
26
* @var string multimedia_format
27
28
- protected $form;
+ protected $_form;
29
30
31
* @var string source_media_type
* for only obje
- protected $type;
+ protected $_type;
38
* for only objeref
39
40
- protected $medi;
+ protected $_medi;
41
0 commit comments