\Pop\Db\GatewayAbstractGateway

Db abstract gateway class

Summary

Methods
Properties
Constants
__construct()
getTable()
getTableInfo()
No public properties found
No constants found
No protected methods found
$table
N/A
No private methods found
No private properties found
N/A

Properties

$table

$table : string

Table

Type

string

Methods

__construct()

__construct(string  $table) 

Constructor

Instantiate the AbstractGateway object.

Parameters

string $table

getTable()

getTable() : string

Get the table name

Returns

string

getTableInfo()

getTableInfo(\Pop\Db\Adapter\AbstractAdapter  $db = null) : array

Get table info

Parameters

\Pop\Db\Adapter\AbstractAdapter $db

Returns

array