caseyamcl / phpoaipmh

OAI-PMH client/harvester library for PHP
MIT License
75 stars 35 forks source link

Create `OaiPmhResponseInterface` class #29

Closed caseyamcl closed 8 years ago

caseyamcl commented 9 years ago

Create a OaiPmhResponseInterface class, which extends SimpleXMLElement. Consider moving the code provided by PR #26 into the constructor for this class.

Also provide a mechanism to access the request info from the response.