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 22
__construct(Driver $driver)

No description

Parameters

Driver $driver

at line 31
array getTables()

No description

Return Value

array

at line 37
Table getTable(string $name)

No description

Parameters

string $name

Return Value

Table

at line 44
bool hasTable(string $name)

No description

Parameters

string $name

Return Value

bool

at line 60
Driver getDriver()

internal  
 

No description

Return Value

Driver

at line 76
mixed __get($name)

No description

Parameters

$name

Return Value

mixed