API Documentation

Service/Amazon/Offer.php

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
Amazon
version
$Id: Offer.php 21155 2010-02-23 17:11:12Z matthew $
Classes
Zend_Service_Amazon_Offer

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_Amazon_Offer

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
Amazon
Properties
$MerchantId
$MerchantName
$GlancePage
$Condition
$OfferListingId
$Price
$CurrencyCode
$Availability
$IsEligibleForSuperSaverShipping
Methods
__construct

Description

Properties

$Availability

string $Availability = ''

Details

$Availability
string
visibility
public
default
final
false
static
false

$Condition

string $Condition = ''

Details

$Condition
string
visibility
public
default
final
false
static
false

$CurrencyCode

string $CurrencyCode = ''

Details

$CurrencyCode
string
visibility
public
default
final
false
static
false

$GlancePage

string $GlancePage = ''

Details

$GlancePage
string
visibility
public
default
final
false
static
false

$IsEligibleForSuperSaverShipping

boolean $IsEligibleForSuperSaverShipping = 'false'

Details

$IsEligibleForSuperSaverShipping
boolean
visibility
public
default
false
final
false
static
false

$MerchantId

string $MerchantId = ''

Details

$MerchantId
string
visibility
public
default
final
false
static
false

$MerchantName

string $MerchantName = ''

Details

$MerchantName
string
visibility
public
default
final
false
static
false

$OfferListingId

string $OfferListingId = ''

Details

$OfferListingId
string
visibility
public
default
final
false
static
false

$Price

string $Price = ''

Details

$Price
string
visibility
public
default
final
false
static
false

Methods

__construct

__construct( DOMElement $dom ) : void

Parse the given Offer element

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