Diglin\Ricardo\Managers\Customer
Synopsis
class Customer
extends ManagerAbstract
{
- // members
- protected $_serviceName;
- protected $_currentCustomer;
- // Inherited members from ManagerAbstract
- protected $_serviceName;
- protected Service $_serviceManager;
- protected Helper $_helper;
- // methods
- public array getCustomerInformation()
- // 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
- $_currentCustomer — array
- $_helper — Diglin\Ricardo\Core\Helper
- $_serviceManager — Diglin\Ricardo\Service
- $_serviceName — string
- $_serviceName — string
Methods
public
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