API Documentation

Service/Yahoo/LocalResult.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Yahoo
version
$Id: LocalResult.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Yahoo_LocalResult

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_Yahoo_LocalResult

Extends from
Zend_Service_Yahoo_Result
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Yahoo
Properties
$Address
$City
$State
$Phone
$Rating
$Distance
$MapUrl
$BusinessUrl
$BusinessClickUrl
$_namespace
Methods
__construct

Description

Properties

$Address

string $Address = ''

Street address of the result

Details

$Address
string
visibility
public
default
final
false
static
false

$BusinessClickUrl

string $BusinessClickUrl = ''

The URL for linking to the business website, if known

Details

$BusinessClickUrl
string
visibility
public
default
final
false
static
false

$BusinessUrl

string $BusinessUrl = ''

The URL for the business website, if known

Details

$BusinessUrl
string
visibility
public
default
final
false
static
false

$City

string $City = ''

City in which the result resides

Details

$City
string
visibility
public
default
final
false
static
false

$Distance

string $Distance = ''

The distance to the result from your specified location

Details

$Distance
string
visibility
public
default
final
false
static
false

$MapUrl

string $MapUrl = ''

A URL of a map for the result

Details

$MapUrl
string
visibility
public
default
final
false
static
false

$Phone

string $Phone = ''

Phone number for the result

Details

$Phone
string
visibility
public
default
final
false
static
false

$Rating

string $Rating = ''

User-submitted rating for the result

Details

$Rating
string
visibility
public
default
final
false
static
false

$State

string $State = ''

State in which the result resides

Details

$State
string
visibility
public
default
final
false
static
false

$_namespace

string $_namespace = 'urn:yahoo:lcl'

Local result namespace

Details

$_namespace
string
visibility
protected
default
urn:yahoo:lcl
final
false
static
false

Methods

__construct

__construct( DOMElement $result ) : void

Initializes the local result

Arguments
$result
DOMElement
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.