AbstractGateway
in package
implements
GatewayInterface
AbstractYes
Db abstract gateway class
Tags
Table of Contents
Interfaces
- GatewayInterface
- Db gateway interface
Properties
- $table : string|null
- Table
Methods
- __construct() : mixed
- Constructor
- getTable() : string
- Get the table name
- getTableInfo() : array<string|int, mixed>
- Get table info
Properties
$table
Table
protected
string|null
$table
= null
Methods
__construct()
Constructor
public
__construct(string $table) : mixed
Instantiate the AbstractGateway object.
Parameters
- $table : string
getTable()
Get the table name
public
getTable() : string
Return values
stringgetTableInfo()
Get table info
public
getTableInfo([AbstractAdapter|null $db = null ]) : array<string|int, mixed>
Parameters
- $db : AbstractAdapter|null = null