Services_Yahoo
[ class tree: Services_Yahoo ] [ index: Services_Yahoo ] [ all elements ]

Class: Services_Yahoo_ContentAnalysis_Response

Source Location: /Services_Yahoo-0.2.0/Yahoo/ContentAnalysis/Response.php

Class Overview


Services_Yahoo Content Analysis Response class


Author(s):

Version:

  • CVS: $Id: Response.php,v 1.2 2006/10/02 12:53:33 mj Exp $

Copyright:

  • 2005-2006 Martin Jansen

Methods


Inherited Variables

Inherited Methods


Class Details

[line 44]
Services_Yahoo Content Analysis Response class

This class provides methods for accessing the response of a content analysis request.

  • Author: Martin Jansen <mj@php.net>
  • Version: CVS: $Id: Response.php,v 1.2 2006/10/02 12:53:33 mj Exp $
  • Copyright: 2005-2006 Martin Jansen
  • Extends: Exception
  • License: Apache License, Version 2.0


[ Top ]


Method Detail

__construct (Constructor)   [line 58]

Services_Yahoo_ContentAnalysis_Response __construct( HTTP_Request $request)

Constructor
  • Throws: Services_Yahoo_Exception
  • Access: public

Parameters:

object HTTP_Request   $request   —  Instance of HTTP_Request that was used for the request

[ Top ]

current   [line 103]

void current( )

  • Access: public

[ Top ]

getRequest   [line 95]

object HTTP_Request getRequest( )

Get the HTTP_Request instance that was used for the query

Access to the HTTP_Request instance is useful for introspecting into the request details. (E.g. for getting the HTTP response code.)

  • Return: Instance of HTTP_Request
  • Access: public

[ Top ]

getTotalResultsReturned   [line 80]

integer getTotalResultsReturned( )

Get number of result sets returned by the content analysis
  • Return: Number of result sets returned
  • Access: public

[ Top ]

key   [line 116]

void key( )

  • Access: public

[ Top ]

next   [line 108]

void next( )

  • Access: public

[ Top ]

rewind   [line 121]

void rewind( )

  • Access: public

[ Top ]

valid   [line 126]

void valid( )

  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:00:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.