phpDocumentor

CustomerStatusHelperInterface

Interface CustomerStatusHelper

Tags
category

System

subpackge

Helpers

Table of Contents

getAllCustomerStatusIds()  : array<string|int, mixed>
Get All Customer Status Ids

Methods

getAllCustomerStatusIds()

Get All Customer Status Ids

public getAllCustomerStatusIds(CI_DB_query_builder $db) : array<string|int, mixed>

Returns all available customer status IDs.

Parameters
$db : CI_DB_query_builder

The database to fetch the customer status ids from.

Tags
throws
UnexpectedValueException
Return values
array<string|int, mixed>

All customer status ids

Search results