Total Complexity | 2 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class ObjeRef extends \PhpGedcom\Record |
||
21 | { |
||
22 | /** |
||
23 | * |
||
24 | */ |
||
25 | protected $_isRef = false; |
||
26 | |||
27 | /** |
||
28 | * |
||
29 | */ |
||
30 | protected $_obje = null; |
||
31 | |||
32 | /** |
||
33 | * |
||
34 | */ |
||
35 | protected $_titl = null; |
||
36 | |||
37 | /** |
||
38 | * |
||
39 | */ |
||
40 | protected $_file = null; |
||
41 | |||
42 | |||
43 | /** |
||
44 | * |
||
45 | */ |
||
46 | public function setIsReference($isReference = true) |
||
49 | } |
||
50 | |||
51 | /** |
||
52 | * |
||
53 | */ |
||
54 | public function getIsReference() |
||
59 |