Beispiel #1
0
 /**
  * Constructor for LineageRootNode
  * 
  * @param Fisharebest\Webtrees\Individual $node_indi
  */
 public function __construct($node_indi = null)
 {
     parent::__construct($node_indi, $this);
     $this->places = array();
 }