class CategoryCreateEvent extends CategoryEvent

Properties

$category from  CategoryEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Category $category = null)

No description

hasCategory()

No description

getCategory()

No description

setCategory( Category $category)

No description

getTitle()

No description

setTitle($title)

No description

getParent()

No description

setParent($parent)

No description

getLocale()

No description

setLocale($locale)

No description

getVisible()

No description

setVisible($visible)

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 CategoryEvent at line 22
__construct( Category $category = null)

Parameters

Category $category

in CategoryEvent at line 27
hasCategory()

in CategoryEvent at line 32
getCategory()

in CategoryEvent at line 37
setCategory( Category $category)

Parameters

Category $category

at line 22
getTitle()

at line 27
setTitle($title)

Parameters

$title

at line 34
getParent()

at line 39
setParent($parent)

Parameters

$parent

at line 46
getLocale()

at line 51
setLocale($locale)

Parameters

$locale

at line 58
getVisible()

at line 63
setVisible($visible)

Parameters

$visible