Diglin\Ricardo\Managers\Sell\Parameter\ArticleDescriptionParameter
Class ArticleInformationParameter
Synopsis
class ArticleDescriptionParameter
extends ParameterAbstract
{
- // members
- protected $_articleDescription;
- protected $_articleSubtitle;
- protected $_articleTitle;
- protected $_deliveryDescription;
- protected $_languageId;
- protected $_paymentDescription;
- protected $_warrantyDescription;
- protected $_requiredProperties;
- protected $_optionalProperties;
- // Inherited members from ParameterAbstract
- protected $_requiredProperties;
- protected $_optionalProperties;
- // methods
- public $this setArticleDescription()
- public mixed getArticleDescription()
- public $this setArticleSubtitle()
- public mixed getArticleSubtitle()
- public $this setArticleTitle()
- public mixed getArticleTitle()
- public $this setDeliveryDescription()
- public mixed getDeliveryDescription()
- public $this setLanguageId()
- public int getLanguageId()
- public $this setPaymentDescription()
- public mixed getPaymentDescription()
- public $this setWarrantyDescription()
- public mixed getWarrantyDescription()
- // Inherited methods from ParameterAbstract
- public array getRequiredProperties()
- public array getOptionalProperties()
- public array getDataProperties()
- protected string _normalizeProperty()
- protected string _getGetterMethod()
- protected string _getSetterMethod()
- public void offsetSet()
- public boolean offsetExists()
- public void offsetUnset()
- public mixed offsetGet()
Hierarchy
Members
protected
- $_articleDescription — string
- $_articleSubtitle — string
- $_articleTitle — string
- $_deliveryDescription — string
- $_languageId
—
int
Enums Diglin\Ricardo\Enums\System\LanguageCode - $_optionalProperties
- $_optionalProperties — array
- $_paymentDescription — string
- $_requiredProperties
- $_requiredProperties — array
- $_warrantyDescription — string
Methods
public
- getArticleDescription()
- getArticleSubtitle()
- getArticleTitle()
- getDeliveryDescription()
- getLanguageId()
- getPaymentDescription()
- getWarrantyDescription()
- setArticleDescription()
- setArticleSubtitle()
- setArticleTitle()
- setDeliveryDescription()
- setLanguageId()
- setPaymentDescription()
- setWarrantyDescription()
Inherited from Diglin\Ricardo\Managers\ParameterAbstract
protected
- _getGetterMethod() — Get the getter method name
- _getSetterMethod() — Get the setter method name
- _normalizeProperty() — Normalize the property from "_myProperty" to "MyProperty"
public
- getDataProperties() — Get all properties of a class as an array to be send or use properly by the ricardo.ch API
- getOptionalProperties()
- getRequiredProperties()
- offsetExists() — Implementation of ArrayAccess::offsetExists()
- offsetGet() — Implementation of ArrayAccess::offsetGet()
- offsetSet() — Implementation of ArrayAccess::offsetSet()
- offsetUnset() — Implementation of ArrayAccess::offsetUnset()
History
-
2014-09-28T11:22:59+02:00 (commit #3e11a2c)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Update the License to OSL v3.0, add license file, change code header and composer.json
-
2014-09-04T17:17:23+02:00 (commit #bed18ee)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Start the implementation of SellService, add parameter abstract and their classes to facilitate data manipulation of parameters between the lib and ricardo API