Diglin\Ricardo\Managers\ManagerAbstract
Class ManagerAbstract
Synopsis
- // members
- protected $_serviceName;
- protected Service $_serviceManager;
- protected Helper $_helper;
- // methods
- public void __construct()
- public Helper getHelper()
- protected array _proceed()
- protected void extractError()
- public Service getServiceManager()
- public string getTypeOfToken()
Hierarchy
Extended by
Members
protected
- $_helper — Diglin\Ricardo\Core\Helper
- $_serviceManager — Diglin\Ricardo\Service
- $_serviceName — string
Methods
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-17T09:12:05+02:00 (commit #5cba811)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Define error message and exception when technical exception are thrown
-
2014-09-14T22:13:09+02:00 (commit #b6cf445)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Replace class name for the exceptions
-
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-08-14T21:21:11+02:00 (commit #65dce0d)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] fix an issue with expired token session
-
2014-08-14T00:05:28+02:00 (commit #a08a26d)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Change the logic regarding refresh of the token. Use exception to get potential errors and make the workflow more fluent
-
2014-08-10T20:29:51+02:00 (commit #b1da29a)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Implement a logic to detect what kind of security errors happens
-
2014-08-10T20:18:28+02:00 (commit #fc0e52a)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Standardize namespace use
-
2014-08-02T19:31:08+02:00 (commit #550d2e1)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Implement error management with an automatic detection of exception class
-
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
-
2014-07-30T22:51:54+02:00 (commit #bf0e20f)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Some small refactoring/improvements and cleanup
-
2014-07-11T02:01:39+02:00 (commit #6a5232f)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Move the Service class to a different folder to prevent misunderstanding with the classes in the manager folder
-
2014-07-01T13:49:07+02:00 (commit #37b2bde)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Add test for Helper, add to the helper a method to convert in both directions date from/to json/php, add the Ricardo Service System and its test (still in progress), improve information of error curl message, add method into the testAbstract to get the latest api debug
-
2014-06-22T17:08:27+02:00 (commit #61fc8b6)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Add PhpUnit Tests for Security, SellerAccount (in progress) and System (in progress) Services. Add a way to configure the unit test, documentation exist to configure it thanks to a readme file Implement the security protocol at the manager level