class Column

Methods

__construct(Grammar $grammar, $table, $name, $mapping, $weight = 1)

Create new searchable column instance.

string
getWrapped()

Get qualified name wrapped by the grammar.

string
getQualifiedName()

Get column name with table prefix.

string
getTable()

No description

string
getName()

No description

string
getMapping()

No description

integer
getWeight()

No description

Details

at line 30
__construct(Grammar $grammar, $table, $name, $mapping, $weight = 1)

Create new searchable column instance.

Parameters

Grammar $grammar
$table
$name
$mapping
$weight

at line 44
string getWrapped()

Get qualified name wrapped by the grammar.

Return Value

string

at line 54
string getQualifiedName()

Get column name with table prefix.

Return Value

string

at line 62
string getTable()

Return Value

string

at line 70
string getName()

Return Value

string

at line 78
string getMapping()

Return Value

string

at line 86
integer getWeight()

Return Value

integer