CustomerStatusProvider
in package
implements
CustomerStatusProviderInterface
Class CustomerStatusProvider
Tags
Interfaces, Classes and Traits
- CustomerStatusProviderInterface
- Interface CustomerStatusProviderInterface
Table of Contents
- $db : CI_DB_query_builder
- __construct() : mixed
- getCustomerStatusIds() : array<string|int, mixed>
- Get All Customer Status Ids
Properties
$db
protected
CI_DB_query_builder
$db
Methods
__construct()
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
-
The database to fetch the customer status data from.
Return values
mixed —getCustomerStatusIds()
Get All Customer Status Ids
public
getCustomerStatusIds() : array<string|int, mixed>
Returns all available customer status IDs.
Tags
Return values
array<string|int, mixed> —All customer status ids