final class Collation (View source)

Value object class for a collation

Methods

static Collation
fromServer(array $state)

No description

string
getName()

No description

string
getDescription()

No description

string
getCharset()

No description

int
getId()

No description

bool
isDefault()

No description

bool
isCompiled()

No description

int
getSortLength()

No description

string
getPadAttribute()

No description

Details

static Collation fromServer(array $state)

No description

Parameters

array $state

State obtained from the database server

Return Value

Collation

string getName()

No description

Return Value

string

string getDescription()

No description

Return Value

string

string getCharset()

No description

Return Value

string

int getId()

No description

Return Value

int

bool isDefault()

No description

Return Value

bool

bool isCompiled()

No description

Return Value

bool

int getSortLength()

No description

Return Value

int

string getPadAttribute()

No description

Return Value

string