Methods

__construct()

__construct(string $table, string $schema) 

Parameters

$table

string

$schema

string

getSchema()

getSchema() : null | string

Returns

nullstring

getTable()

getTable() : string

Returns

string

getTableAndSchema()

getTableAndSchema() 

hasSchema()

hasSchema() : bool

Returns

bool

setSchema()

setSchema($schema) 

Parameters

$schema

setTable()

setTable(string $table) 

Parameters

$table

string

 Properties

 

$schema

$schema : string

 

$table

$table : string