phpDocumentor

CustomerStatusProvider
in package
implements CustomerStatusProviderInterface

Class CustomerStatusProvider

Tags
category

System

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

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
throws
UnexpectedValueException
Return values
array<string|int, mixed>

All customer status ids

Search results