Table of Contents
-
__construct()
: mixed
-
getActionType()
: string
-
getId()
: string|null
-
getSort()
: mixed
-
getTableName()
: string
-
getValues()
: array<string|int, mixed>
__construct()
public
__construct(array<string|int, mixed> $aData[, string $sActionType = '' ]) : mixed
Parameters
-
$aData
: array<string|int, mixed>
-
-
$sActionType
: string
= ''
-
Return values
mixed
—
getActionType()
public
getActionType() : string
Return values
string
—
getId()
public
getId() : string|null
Return values
string|null
—
getSort()
public
getSort() : mixed
Return values
mixed
—
getTableName()
public
getTableName() : string
Return values
string
—
getValues()
public
getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>
—