Exemplo n.º 1
0
 /**
  * constructor
  * @param string $gedrec	the gedcom record
  */
 function LocalClient($gedrec)
 {
     parent::ServiceClient($gedrec);
     $this->type = "local";
 }