Methods

__construct()

__construct(string $table, null | string $schema) 

Parameters

$table

string

$schema

nullstring

getSchema()

getSchema() : null | string

Returns

nullstring

getTable()

getTable() : string

Returns

string

getTableAndSchema()

getTableAndSchema() 

hasSchema()

hasSchema() : bool

Returns

bool

setSchema()

setSchema($schema) 

deprecated please use the constructor and build a new {@see TableIdentifier} instead

Parameters

$schema

setTable()

setTable(string $table) 

deprecated please use the constructor and build a new {@see TableIdentifier} instead

Parameters

$table

string

 Properties

 

$schema

$schema : null | string

 

$table

$table : string