Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticleParameter
Class PlannedArticleParameter
Synopsis
class PlannedArticleParameter
extends ParameterAbstract
{
- // members
- protected $_plannedArticleId;
- protected $_plannedIndex;
- protected $_withPicture;
- protected $_requiredProperties;
- protected $_optionalProperties;
- // Inherited members from ParameterAbstract
- protected $_requiredProperties;
- protected $_optionalProperties;
- // methods
- public $this setPlannedArticleId()
- public int getPlannedArticleId()
- public $this setPlannedIndex()
- public int getPlannedIndex()
- public $this setWithPicture()
- public boolean getWithPicture()
- // 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
- $_optionalProperties
- $_optionalProperties — array
- $_plannedArticleId — int
- $_plannedIndex — int
- $_requiredProperties — array
- $_requiredProperties — array
- $_withPicture — boolean
Methods
public
- getPlannedArticleId()
- getPlannedIndex()
- getWithPicture()
- setPlannedArticleId()
- setPlannedIndex()
- setWithPicture()
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