| Total Complexity | 1 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class Plac extends \PhpGedcom\Record implements Noteable |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * string plac. |
||
| 21 | */ |
||
| 22 | protected $_plac = null; |
||
| 23 | /** |
||
| 24 | * string place_hierarchy. |
||
| 25 | */ |
||
| 26 | protected $_form = null; |
||
| 27 | /** |
||
| 28 | * array PhpGedcom\Record\Plac\Fone. |
||
| 29 | */ |
||
| 30 | protected $_fone = null; |
||
| 31 | /** |
||
| 32 | * array PhpGedcom\Record\Plac\Romn. |
||
| 33 | */ |
||
| 34 | protected $_romn = null; |
||
| 35 | /** |
||
| 36 | * PhpGedcom\Record\Plac\Map. |
||
| 37 | */ |
||
| 38 | protected $_map = null; |
||
| 39 | /** |
||
| 40 | * array PhpGedcom\Record\NoteRef. |
||
| 41 | */ |
||
| 42 | protected $_note = null; |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @param PhpGedcom\Record\NoteRef $note |
||
|
|
|||
| 46 | * |
||
| 47 | * @return Plac |
||
| 48 | */ |
||
| 49 | public function addNote($note = null) |
||
| 56 |