\MarketplaceWebServiceProducts_Model_Message

MarketplaceWebServiceProducts_Model_Message

Properties:

  • Locale: string
  • Text: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getLocale()
setLocale()
isSetLocale()
withLocale()
getText()
setText()
isSetText()
withText()
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

getLocale()

getLocale() : String

Get the value of the Locale property.

Returns

String —

Locale.

setLocale()

setLocale(  $value) : \this

Set the value of the Locale property.

Parameters

$value

Returns

\this —

instance

isSetLocale()

isSetLocale() : true

Check to see if Locale is set.

Returns

true —

if Locale is set.

withLocale()

withLocale(  $value) : \This

Set the value of Locale, return this.

Parameters

$value

Returns

\This —

instance.

getText()

getText() : String

Get the value of the Text property.

Returns

String —

Text.

setText()

setText(  $value) : \this

Set the value of the Text property.

Parameters

$value

Returns

\this —

instance

isSetText()

isSetText() : true

Check to see if Text is set.

Returns

true —

if Text is set.

withText()

withText(  $value) : \This

Set the value of Text, return this.

Parameters

$value

Returns

\This —

instance.