class LangToggleVisibleEvent extends LangToggleDefaultEvent

Class LangToggleVisibleEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $lang_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
setLangId( int $lang_id)

No description

int
getLangId()

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

__construct( int $lang_id)

Parameters

int $lang_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

$this setLangId( int $lang_id)

Parameters

int $lang_id

Return Value

$this

int getLangId()

Return Value

int