File tree Expand file tree Collapse file tree 1 file changed +81
-0
lines changed
Expand file tree Collapse file tree 1 file changed +81
-0
lines changed Original file line number Diff line number Diff line change @@ -67,4 +67,85 @@ public function addNote($note = [])
6767 {
6868 $ this ->_note [] = $ note ;
6969 }
70+
71+ /**
72+ * @return string
73+ */
74+ public function getDate ()
75+ {
76+ return $ this ->_date ;
77+ }
78+
79+ /**
80+ * @return \PhpGedcom\Record\Indi\Even\Plac
81+ */
82+ public function getPlac ()
83+ {
84+ return $ this ->_plac ;
85+ }
86+
87+ /**
88+ * @return array
89+ */
90+ public function getSour ()
91+ {
92+ return $ this ->_sour ;
93+ }
94+
95+ /**
96+ * @return array
97+ */
98+ public function getNote ()
99+ {
100+ return $ this ->_note ;
101+ }
102+
103+ /**
104+ * @return array
105+ */
106+ public function getObje ()
107+ {
108+ return $ this ->obje ;
109+ }
110+
111+ /**
112+ * @return \PhpGedcom\Record\Addr
113+ */
114+ public function getAddr ()
115+ {
116+ return $ this ->_addr ;
117+ }
118+
119+ /**
120+ * @return string
121+ */
122+ public function getAge ()
123+ {
124+ return $ this ->_age ;
125+ }
126+
127+ /**
128+ * @return string
129+ */
130+ public function getAgnc ()
131+ {
132+ return $ this ->_agnc ;
133+ }
134+
135+ /**
136+ * @return string
137+ */
138+ public function getCaus ()
139+ {
140+ return $ this ->_caus ;
141+ }
142+
143+ /**
144+ * @return string
145+ */
146+ public function getType ()
147+ {
148+ return $ this ->_type ;
149+ }
150+ }
70151}
You can’t perform that action at this time.
0 commit comments