FamilySearch / gedcomx-php

PHP SDK for GEDCOM X Processing. See the documentation at
http://familysearch.github.io/gedcomx-php/
Other
35 stars 15 forks source link

Remove `PersonsState->addPerson()` #47

Closed justincy closed 9 years ago

justincy commented 9 years ago

This method is useless. The method does work but to use it you first have to call the equally useless CollectionState->readPersons() method (which I hope we remove #46). It's easier and more efficient to just call CollectionState->addPerson().

justincy commented 9 years ago

We need to keep this now that #46 has been closed.