\MarketplaceWebService_Model_ContentType

PHP Version 5

@category Amazon

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getContentType()
isSetContentType()
setContentType()
getParameters()
setParameters()
isSetParameters()
toString()
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

getContentType()

getContentType() 

isSetContentType()

isSetContentType() 

setContentType()

setContentType(  $value) 

Parameters

$value

getParameters()

getParameters() 

setParameters()

setParameters(  $parameters) 

Parameters

$parameters

isSetParameters()

isSetParameters() 

toString()

toString()