예제 #1
0
 /**
  * Instantiates a new relationship and only sets the relationship ID to the current relationship's ID.
  * @return \Gedcomx\Conclusion\Relationship
  */
 protected function createEmptySelf()
 {
     $relationship = new Relationship();
     $relationship->setId($this->getLocalSelfId());
     return $relationship;
 }