Closed justincy closed 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().
CollectionState->readPersons()
CollectionState->addPerson()
We need to keep this now that #46 has been closed.
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 callCollectionState->addPerson()
.