class HookCreateEvent extends HookEvent

Class HookCreateEvent

Properties

$hook from  HookEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Hook $hook = null)

No description

from  HookEvent
hasHook()

No description

from  HookEvent
getHook()

No description

from  HookEvent
setHook( Hook $hook)

No description

from  HookEvent
$this
setLocale( string $locale)

No description

string
getLocale()

No description

$this
setNative($native)

No description

mixed
getNative()

No description

$this
setTitle($title)

No description

mixed
getTitle()

No description

$this
setType($type)

No description

mixed
getType()

No description

$this
setActive($active)

No description

mixed
getActive()

No description

$this
setCode($code)

No description

mixed
getCode()

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 HookEvent at line 27
__construct( Hook $hook = null)

Parameters

Hook $hook

in HookEvent at line 32
hasHook()

in HookEvent at line 37
getHook()

in HookEvent at line 42
setHook( Hook $hook)

Parameters

Hook $hook

at line 44
$this setLocale( string $locale)

Parameters

string $locale

Return Value

$this

at line 54
string getLocale()

Return Value

string

at line 63
$this setNative($native)

Parameters

$native

Return Value

$this

at line 73
mixed getNative()

Return Value

mixed

at line 82
$this setTitle($title)

Parameters

$title

Return Value

$this

at line 92
mixed getTitle()

Return Value

mixed

at line 101
$this setType($type)

Parameters

$type

Return Value

$this

at line 111
mixed getType()

Return Value

mixed

at line 120
$this setActive($active)

Parameters

$active

Return Value

$this

at line 130
mixed getActive()

Return Value

mixed

at line 139
$this setCode($code)

Parameters

$code

Return Value

$this

at line 149
mixed getCode()

Return Value

mixed