final class Reflection

Properties

Table> $tables

Methods

__construct(Driver $driver)

No description

array
getTables()

No description

getTable(string $name)

No description

bool
hasTable(string $name)

No description

getDriver()

No description

mixed
__get($name)

No description

Details

at line 21
__construct(Driver $driver)

No description

Parameters

Driver $driver

at line 29
array getTables()

No description

Return Value

array

at line 35
Table getTable(string $name)

No description

Parameters

string $name

Return Value

Table

at line 56
bool hasTable(string $name)

No description

Parameters

string $name

Return Value

bool

at line 70
Driver getDriver()

internal  
 

No description

Return Value

Driver

at line 86
mixed __get($name)

No description

Parameters

$name

Return Value

mixed