\MarketplaceWebServiceProducts_Model_NumberOfOffers

MarketplaceWebServiceProducts_Model_NumberOfOffers

Properties:

  • OfferCount: array

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getOfferCount()
setOfferCount()
unsetOfferCount()
isSetOfferCount()
withOfferCount()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $data = null) 

Construct new model class

Parameters

mixed $data
  • DOMElement or Associative Array to construct from.

__get()

__get(string  $propertyName) 

Support for virtual properties getters.

Virtual property call example:

$action->Property

Direct getter(preferred):

$action->getProperty()

Parameters

string $propertyName

name of the property

__set()

__set(string  $propertyName,   $propertyValue) 

Support for virtual properties setters.

Virtual property call example:

$action->Property = 'ABC'

Direct setter (preferred):

$action->setProperty('ABC')

Parameters

string $propertyName

name of the property

$propertyValue

toQueryParameterArray()

toQueryParameterArray() : array

Convert to query parameters suitable for POSTing.

Returns

array —

of query parameters

getOfferCount()

getOfferCount() : \List<OfferCountType>

Get the value of the OfferCount property.

Returns

\List

OfferCount.

setOfferCount()

setOfferCount(  $value) : \this

Set the value of the OfferCount property.

Parameters

$value

Returns

\this —

instance

unsetOfferCount()

unsetOfferCount() 

Clear OfferCount.

isSetOfferCount()

isSetOfferCount() : true

Check to see if OfferCount is set.

Returns

true —

if OfferCount is set.

withOfferCount()

withOfferCount() : \This

Add values for OfferCount, return this.

Returns

\This —

instance.