class LangCreateEvent extends LangEvent

Class LangCreateEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Lang $lang = null)

No description

from  LangEvent
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

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

in LangEvent at line 30
__construct( Lang $lang = null)

Parameters

Lang $lang

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

at line 41
$this setCode( mixed $code)

Parameters

mixed $code

Return Value

$this

at line 51
mixed getCode()

Return Value

mixed

at line 59
mixed getDateTimeFormat()

Return Value

mixed

at line 67
setDateTimeFormat( mixed $date_time_format)

Parameters

mixed $date_time_format

at line 79
$this setDateFormat( mixed $date_format)

Parameters

mixed $date_format

Return Value

$this

at line 89
mixed getDateFormat()

Return Value

mixed

at line 99
$this setLocale( mixed $locale)

Parameters

mixed $locale

Return Value

$this

at line 109
mixed getLocale()

Return Value

mixed

at line 119
$this setTimeFormat( mixed $time_format)

Parameters

mixed $time_format

Return Value

$this

at line 129
mixed getTimeFormat()

Return Value

mixed

at line 139
$this setTitle( mixed $title)

Parameters

mixed $title

Return Value

$this

at line 149
mixed getTitle()

Return Value

mixed

at line 157
setDecimalSeparator( mixed $decimal_separator)

Parameters

mixed $decimal_separator

at line 167
mixed getDecimalSeparator()

Return Value

mixed

at line 175
setDecimals( mixed $decimals)

Parameters

mixed $decimals

at line 185
mixed getDecimals()

Return Value

mixed

at line 193
setThousandsSeparator( mixed $thousands_separator)

Parameters

mixed $thousands_separator

at line 203
mixed getThousandsSeparator()

Return Value

mixed

at line 212
$this setActive( bool $active)

Parameters

bool $active

Return Value

$this

at line 222
bool getActive()

Return Value

bool

at line 231
$this setVisible( bool $visible)

Parameters

bool $visible

Return Value

$this

at line 241
bool getVisible()

Return Value

bool