ClientexecServices
Generic Clientexec Services Migrator.
Table of Contents
Methods
| __construct() | ClientexecServices constructor. |
| get() | Fetch all standard services. |
| getServiceFields() | Fetch all the fields from an specific service. |
| getServiceNextRenewDate() | Get the next renew date of an specific service. |
| getServicePricing() | Get the service pricing. |
| getServiceStatus() | Get the status of an specific service. |
Methods
__construct()
ClientexecServices constructor.
public
__construct(Record $remote) : mixed
Parameters
- $remote : Record
get()
Fetch all standard services.
public
get() : PDOStatement
Return values
PDOStatementgetServiceFields()
Fetch all the fields from an specific service.
public
getServiceFields(mixed $service_id) : PDOStatement
Parameters
- $service_id : mixed
Return values
PDOStatementgetServiceNextRenewDate()
Get the next renew date of an specific service.
public
getServiceNextRenewDate(mixed $service_id) : PDOStatement
Parameters
- $service_id : mixed
Return values
PDOStatementgetServicePricing()
Get the service pricing.
public
getServicePricing(mixed $service_id) : PDOStatement
Parameters
- $service_id : mixed
Return values
PDOStatementgetServiceStatus()
Get the status of an specific service.
public
getServiceStatus(mixed $service_id) : PDOStatement
Parameters
- $service_id : mixed