Recurly_Pager::_afterParseResponse PHP Method

_afterParseResponse() protected method

protected _afterParseResponse ( $response, $uri )
    protected function _afterParseResponse($response, $uri)
    {
        $this->_loadRecordCount($response);
        $this->_loadLinks($response);
        $this->_href = isset($this->_links['start']) ? $this->_links['start'] : $uri;
    }