Recurly_Pager::_afterParseResponse PHP 메소드

_afterParseResponse() 보호된 메소드

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