class Settings extends Settings implements PrimaryKeyInterface

Settings

Properties

protected string $locale Entity locale from TranslatableAbstract
protected string|null $routeName Route name from Settings
protected string|null $routeValue Route value from Settings
protected string|null $routeParent Route parent from Settings
protected int $id

Methods

setTranslatableLocale(string $locale)

Sets translatable locale

string
getTranslatableLocale()

No description

null|string
getRouteName()

No description

from Settings
setRouteName(null|string $routeName)

No description

from Settings
null|string
getRouteValue()

No description

from Settings
setRouteValue(null|string $routeValue)

No description

from Settings
string
getLocale()

No description

from Settings
setLocale(string $locale)

No description

from Settings
null|string
getRouteParent()

No description

from Settings
setRouteParent(null|string $routeParent)

No description

from Settings
integer
getId()

No description

setId(int $id)

No description

Details

in TranslatableAbstract at line 37
setTranslatableLocale(string $locale)

Sets translatable locale

Parameters

string $locale

in TranslatableAbstract at line 47
string getTranslatableLocale()

Return Value

string

in Settings at line 57
null|string getRouteName()

Return Value

null|string

in Settings at line 67
Settings setRouteName(null|string $routeName)

Parameters

null|string $routeName

Return Value

Settings

in Settings at line 77
null|string getRouteValue()

Return Value

null|string

in Settings at line 87
Settings setRouteValue(null|string $routeValue)

Parameters

null|string $routeValue

Return Value

Settings

in Settings at line 97
string getLocale()

Return Value

string

in Settings at line 107
Settings setLocale(string $locale)

Parameters

string $locale

Return Value

Settings

in Settings at line 117
null|string getRouteParent()

Return Value

null|string

in Settings at line 127
Settings setRouteParent(null|string $routeParent)

Parameters

null|string $routeParent

Return Value

Settings

at line 45
integer getId()

Return Value

integer

at line 53
setId(int $id)

Parameters

int $id