\Query\TableAbstract_Table

Base class for table builder component classes`

Summary

Methods
Properties
Constants
__toString()
set_options()
__get()
__set()
No public properties found
No constants found
No protected methods found
$valid_options
N/A
No private methods found
No private properties found
N/A

Properties

$valid_options

$valid_options : array

Valid options for the current class

Type

array

Methods

__toString()

__toString()

String representation of the column/index

set_options()

set_options(array $options)

Set options for the current column

Parameters

array $options

return \Query\Table_Column

__get()

__get(mixed $name) : mixed

Getters

Parameters

mixed $name

Returns

mixed

__set()

__set(mixed $name, mixed $val) : \Query\Table\Abstract_Table

Setters

Parameters

mixed $name
mixed $val

Returns

\Query\Table\Abstract_Table