Diglin\Ricardo\Managers\SellerAccount\Parameter\ClosedArticlesParameter
Class ClosedArticlesParameter
Synopsis
- // members
- protected $_articlesType;
- protected null $_lastModificationDate;
- protected $_requiredProperties;
- protected $_optionalProperties;
- // Inherited members from ParameterAbstract
- protected $_requiredProperties;
- protected $_optionalProperties;
- // methods
- public $this setArticlesType()
- public int getArticlesType()
- public $this setLastModificationDate()
- public null getLastModificationDate()
- // 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
- $_articlesType — int
- $_lastModificationDate — Diglin\Ricardo\Managers\SellerAccount\Parameter\null
- $_optionalProperties
- $_optionalProperties — array
- $_requiredProperties — array
- $_requiredProperties — array
Methods
public
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:30:57+02:00 (commit #00fcad2)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] For sellerAccount service, implement in a clean way parameter to send to the service
-
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-28T11:09:54+02:00 (commit #5c1804d)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] - Add enums for ArticleTypeFiler, OpenArticleSortBy, PaidStatusFilter, SkippedStatusFiler, SoldArticlesSortBy - Add class parameter for Articles, ClosedArticles, OpenArticles, PlannedArticle, PlannedArticles, SoldArticles and UnsoldArticles
-
2014-08-31T21:01:48+02:00 (commit #72cadb7)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Add curl exception in case of connection problem
-
2014-08-10T20:21:39+02:00 (commit #1645479)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Standardize enumeration classes, add security errors enums
-
2014-08-01T15:58:31+02:00 (commit #0099fe0)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Implement error management