Order
implements
Countable
Table of Contents
Interfaces
- Countable
Constants
-
ATTR_LIST
= ['user_id', 'transid', 'to_country_id']
Properties
-
$statusCodeList
: mixed
-
$to_country_id
: mixed
-
$totalList
: mixed
-
$transactionList
: mixed
-
$transid
: mixed
-
$user_id
: mixed
Methods
-
addTransaction2Total()
: bool
-
count()
: mixed
-
create()
: mixed
-
getFirst()
: mixed
-
getFirstTransactionList()
: mixed
-
getStatusCodeList()
: mixed
-
getToCountryId()
: mixed
-
getTotalList()
: array<string|int, mixed>
-
getTotalOfTypeOrCreate()
: Total
-
getTransactionList()
: mixed
-
getTransid()
: mixed
-
getUserId()
: mixed
ATTR_LIST
public
mixed
ATTR_LIST
= ['user_id', 'transid', 'to_country_id']
$statusCodeList
protected
mixed
$statusCodeList
= []
$to_country_id
protected
mixed
$to_country_id
$totalList
protected
mixed
$totalList
= []
$transactionList
protected
mixed
$transactionList
$transid
protected
mixed
$transid
$user_id
protected
mixed
$user_id
addTransaction2Total()
public
addTransaction2Total(Transaction $trans) : bool
Parameters
-
$trans
: Transaction
-
count()
public
count() : mixed
create()
public
static create(array<string|int, mixed> $list) : mixed
Parameters
-
$list
: array<string|int, mixed>
-
getFirst()
public
getFirst() : mixed
getFirstTransactionList()
public
getFirstTransactionList() : mixed
getStatusCodeList()
public
getStatusCodeList() : mixed
getToCountryId()
public
getToCountryId() : mixed
getTotalList()
public
getTotalList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTotalOfTypeOrCreate()
public
getTotalOfTypeOrCreate(int $type) : Total
Parameters
-
$type
: int
-
getTransactionList()
public
getTransactionList() : mixed
getTransid()
public
getTransid() : mixed
getUserId()
public
getUserId() : mixed