__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
getProducts() getProducts() : \ProductList Get the value of the Products property. Returns \ProductList — Products.
setProducts() setProducts( $value) : \this Set the value of the Products property. Parameters $value Returns \this — instance
isSetProducts() isSetProducts() : true Check to see if Products is set. Returns true — if Products is set.
withProducts() withProducts( $value) : \This Set the value of Products, return this. Parameters $value Returns \This — instance.
setError() setError( $value) : \this Set the value of the Error property. Parameters $value Returns \this — instance
withError() withError( $value) : \This Set the value of Error, return this. Parameters $value Returns \This — instance.
setId() setId( $value) : \this Set the value of the Id property. Parameters $value Returns \this — instance
withId() withId( $value) : \This Set the value of Id, return this. Parameters $value Returns \This — instance.
setIdType() setIdType( $value) : \this Set the value of the IdType property. Parameters $value Returns \this — instance
withIdType() withIdType( $value) : \This Set the value of IdType, return this. Parameters $value Returns \This — instance.
setstatus() setstatus( $value) : \this Set the value of the status property. Parameters $value Returns \this — instance
withstatus() withstatus( $value) : \This Set the value of status, return this. Parameters $value Returns \This — instance.