diff -r 5b37998e522e -r 162c1de6545a web/lib/Zend/Service/Ebay/Finding/PaginationOutput.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/lib/Zend/Service/Ebay/Finding/PaginationOutput.php Fri Mar 11 15:05:35 2011 +0100 @@ -0,0 +1,115 @@ +entriesPerPage = $this->_query(".//$ns:entriesPerPage[1]", 'integer'); + $this->pageNumber = $this->_query(".//$ns:pageNumber[1]", 'integer'); + $this->totalEntries = $this->_query(".//$ns:totalEntries[1]", 'integer'); + $this->totalPages = $this->_query(".//$ns:totalPages[1]", 'integer'); + } +}