Diglin\Ricardo\Managers\Sell\Parameter\InsertArticleParameter
Class InsertArticleParameter
Synopsis
- // members
- protected $_antiforgeryToken;
- protected ArticleInformationParameter $_articleInformation;
- protected array $_descriptions = ;
- protected null $_brandingArticleDetails = null;
- protected $_carDealerArticleId;
- protected $_isUpdateArticle;
- protected array $_pictures = ;
- protected array $_requiredProperties = ;
- protected array $_optionalProperties = ;
- // Inherited members from ParameterAbstract
- protected array $_requiredProperties;
- protected array $_optionalProperties;
- // methods
- public $this setAntiforgeryToken()
- public string getAntiforgeryToken()
- public $this setArticleInformation()
- public ArticleInformationParameter getArticleInformation()
- public $this setBrandingArticleDetails()
- public null getBrandingArticleDetails()
- public $this setCarDealerArticleId()
- public int getCarDealerArticleId()
- public $this setDescriptions()
- public array getDescriptions()
- public $this setIsUpdateArticle()
- public boolean getIsUpdateArticle()
- public $this setPictures()
- public array getPictures()
- // 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
- $_antiforgeryToken — string
- $_articleInformation — Diglin\Ricardo\Managers\Sell\Parameter\ArticleInformationParameter
- $_brandingArticleDetails — Diglin\Ricardo\Managers\Sell\Parameter\null
- $_carDealerArticleId — int
- $_descriptions — array
- $_isUpdateArticle — boolean
- $_optionalProperties
- $_optionalProperties — array
- $_pictures — array
- $_requiredProperties
- $_requiredProperties — array
Methods
public
- getAntiforgeryToken()
- getArticleInformation()
- getBrandingArticleDetails()
- getCarDealerArticleId()
- getDescriptions()
- getIsUpdateArticle()
- getPictures()
- setAntiforgeryToken()
- setArticleInformation()
- setBrandingArticleDetails()
- setCarDealerArticleId()
- setDescriptions()
- setIsUpdateArticle()
- setPictures()
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
-
2015-02-05T13:02:27+01:00 (commit #17cc8fe)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Change license from OSL v3 to GPL v3
-
2014-12-16T12:45:07+01:00 (commit #ec26574)
Author: Sylvain Rayé (sylvain.raye@rissip.com) / Commiter: Sylvain Rayé (sylvain.raye@rissip.com)
PSR2 compliant
-
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-14T22:13:45+02:00 (commit #cda6bb1)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
API changes and test
-
2014-09-07T17:07:03+02:00 (commit #00bd231)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Insert Article Implementation and test
-
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