Recurly_Pager::_afterParseResponse PHP Méthode

_afterParseResponse() protected méthode

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;
    }