Diglin\Ricardo\Managers\Sell
Synopsis
- // members
- protected $_serviceName;
- protected $_lastInsertArticle;
- // Inherited members from ManagerAbstract
- protected $_serviceName;
- protected Service $_serviceManager;
- protected Helper $_helper;
- // methods
- public float addArticlePictures()
- public void appendArticleDescription()
- public array closeArticle()
- public array closeArticles()
- public array deletePlannedArticle()
- public array deletePlannedArticles()
- public array insertArticle()
- public array insertArticles()
- public int getLastInsertArticle()
- public array relistArticle()
- public float updateArticle()
- public $this updateArticlePictures()
- // Inherited methods from ManagerAbstract
- public void __construct()
- public Helper getHelper()
- protected array _proceed()
- protected void extractError()
- public Service getServiceManager()
- public string getTypeOfToken()
Hierarchy
Members
protected
- $_helper — Diglin\Ricardo\Core\Helper
- $_lastInsertArticle — int
- $_serviceManager — Diglin\Ricardo\Service
- $_serviceName — string
- $_serviceName — string
Methods
public
- addArticlePictures()
- appendArticleDescription()
- closeArticle()
- closeArticles()
- deletePlannedArticle()
- deletePlannedArticles()
- getLastInsertArticle()
- insertArticle()
- insertArticles()
- relistArticle()
- updateArticle()
- updateArticlePictures()
Inherited from Diglin\Ricardo\Managers\ManagerAbstract
protected
- _proceed()
- extractError() — Extract code error and type from API call
public
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-18T14:18:38+02:00 (commit #0593ee8)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-76] Implement the logic to know if the credit card is available for an account. Update unit test
-
2014-09-17T09:13:14+02:00 (commit #1a0d069)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Relist article implementation (still in progress because the parameters signature doesn't seem to be correct)
-
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