class LangUpdateEvent extends LangCreateEvent

Class LangUpdateEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $id)

No description

setLang( Lang $lang)

No description

from  LangEvent
getLang()

No description

from  LangEvent
bool
hasLang()

check if lang object is present

from  LangEvent
$this
setCode( mixed $code)

No description

mixed
getCode()

No description

mixed
getDateTimeFormat()

No description

setDateTimeFormat( mixed $date_time_format)

No description

$this
setDateFormat( mixed $date_format)

No description

mixed
getDateFormat()

No description

$this
setLocale( mixed $locale)

No description

mixed
getLocale()

No description

$this
setTimeFormat( mixed $time_format)

No description

mixed
getTimeFormat()

No description

$this
setTitle( mixed $title)

No description

mixed
getTitle()

No description

setDecimalSeparator( mixed $decimal_separator)

No description

mixed
getDecimalSeparator()

No description

setDecimals( mixed $decimals)

No description

mixed
getDecimals()

No description

setThousandsSeparator( mixed $thousands_separator)

No description

mixed
getThousandsSeparator()

No description

$this
setActive( bool $active)

No description

bool
getActive()

No description

$this
setVisible( bool $visible)

No description

bool
getVisible()

No description

$this
setId( int $id)

No description

int
getId()

No description

Details

in ActionEvent at line 30
__set($name, $value)

Parameters

$name
$value

in ActionEvent at line 35
__get($name)

Parameters

$name

in ActionEvent at line 44
bindForm( Form $form)

Parameters

Form $form

at line 30
__construct( int $id)

Parameters

int $id

in LangEvent at line 38
setLang( Lang $lang)

Parameters

Lang $lang

in LangEvent at line 46
Lang getLang()

Return Value

Lang

in LangEvent at line 57
bool hasLang()

check if lang object is present

Return Value

bool

in LangCreateEvent at line 41
$this setCode( mixed $code)

Parameters

mixed $code

Return Value

$this

in LangCreateEvent at line 51
mixed getCode()

Return Value

mixed

in LangCreateEvent at line 59
mixed getDateTimeFormat()

Return Value

mixed

in LangCreateEvent at line 67
setDateTimeFormat( mixed $date_time_format)

Parameters

mixed $date_time_format

in LangCreateEvent at line 79
$this setDateFormat( mixed $date_format)

Parameters

mixed $date_format

Return Value

$this

in LangCreateEvent at line 89
mixed getDateFormat()

Return Value

mixed

in LangCreateEvent at line 99
$this setLocale( mixed $locale)

Parameters

mixed $locale

Return Value

$this

in LangCreateEvent at line 109
mixed getLocale()

Return Value

mixed

in LangCreateEvent at line 119
$this setTimeFormat( mixed $time_format)

Parameters

mixed $time_format

Return Value

$this

in LangCreateEvent at line 129
mixed getTimeFormat()

Return Value

mixed

in LangCreateEvent at line 139
$this setTitle( mixed $title)

Parameters

mixed $title

Return Value

$this

in LangCreateEvent at line 149
mixed getTitle()

Return Value

mixed

in LangCreateEvent at line 157
setDecimalSeparator( mixed $decimal_separator)

Parameters

mixed $decimal_separator

in LangCreateEvent at line 167
mixed getDecimalSeparator()

Return Value

mixed

in LangCreateEvent at line 175
setDecimals( mixed $decimals)

Parameters

mixed $decimals

in LangCreateEvent at line 185
mixed getDecimals()

Return Value

mixed

in LangCreateEvent at line 193
setThousandsSeparator( mixed $thousands_separator)

Parameters

mixed $thousands_separator

in LangCreateEvent at line 203
mixed getThousandsSeparator()

Return Value

mixed

in LangCreateEvent at line 212
$this setActive( bool $active)

Parameters

bool $active

Return Value

$this

in LangCreateEvent at line 222
bool getActive()

Return Value

bool

in LangCreateEvent at line 231
$this setVisible( bool $visible)

Parameters

bool $visible

Return Value

$this

in LangCreateEvent at line 241
bool getVisible()

Return Value

bool

at line 40
$this setId( int $id)

Parameters

int $id

Return Value

$this

at line 50
int getId()

Return Value

int