Documentation

AbstractGateway
in package
implements GatewayInterface

AbstractYes

Db abstract gateway class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
6.5.0

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

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
string

        
On this page

Search results