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

Class: Services_Yahoo_Maps_Request

Source Location: /Services_Yahoo-0.2.0/Yahoo/Maps/Request.php

Class Overview


Provides the ability to construct a valid Yahoo! Maps API request URL


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 Bryan Dunlap

Methods


Inherited Variables

Inherited Methods


Class Details

[line 42]
Provides the ability to construct a valid Yahoo! Maps API request URL


[ Top ]


Method Detail

__construct (Constructor)   [line 70]

Services_Yahoo_Maps_Request __construct( [ $id = null], [string $xmlSrc = null], string $appID)

Constructor
  • Access: public

Parameters:

string   $appID   —  (optional) the string containing the Application ID
string   $xmlSrc   —  (optional) the string containing either valid XML or a URL to a valid XML document
   $id   — 

[ Top ]

build   [line 87]

string build( [ $urlencode = true])

Builds a valid Yahoo! Maps REST request URL
  • Throws: Services_Yahoo_Exception
  • Access: public

Parameters:

   $urlencode   — 

[ Top ]

setAppID   [line 104]

void setAppID( $id)

Sets the Yahoo! Application ID to use for this request
  • Access: public

Parameters:

   $id   — 

[ Top ]

setXMLSrc   [line 115]

void setXMLSrc( $xmlSrc)

Sets the XML for this request
  • Access: public

Parameters:

   $xmlSrc   — 

[ Top ]


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