Diglin\Ricardo\Managers\SellerAccount\Parameter\ArticlesParameter
Class ArticlesParameter
Synopsis
- // members
- protected int $_articlesType = ArticlesTypes::ALL;
- protected int $_closeStatus = CloseListStatus::OPEN;
- protected bool $_isPlannedArticles = false;
- protected null $_lastModificationDate = null;
- protected array $_requiredProperties = ;
- protected array $_optionalProperties = ;
- // Inherited members from ParameterAbstract
- protected array $_requiredProperties;
- protected array $_optionalProperties;
- // methods
- public $this setArticlesType()
- public int getArticlesType()
- public $this setCloseStatus()
- public int getCloseStatus()
- public $this setIsPlannedArticles()
- public boolean getIsPlannedArticles()
- 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
- $_closeStatus — int
- $_isPlannedArticles — Diglin\Ricardo\Managers\SellerAccount\Parameter\bool
- $_lastModificationDate — Diglin\Ricardo\Managers\SellerAccount\Parameter\null
- $_optionalProperties
- $_optionalProperties — array
- $_requiredProperties — array
- $_requiredProperties — array
Methods
public
- getArticlesType()
- getCloseStatus()
- getIsPlannedArticles()
- getLastModificationDate()
- setArticlesType()
- setCloseStatus()
- setIsPlannedArticles()
- setLastModificationDate()
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: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