class ContentUpdateEvent extends ContentCreateEvent

Class ContentUpdateEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $content_id)

No description

setContent( Content $content)

No description

getContent()

No description

bool
hasContent()

check if content exists

$this
setLocale( mixed $locale)

No description

mixed
getLocale()

No description

$this
setDefaultFolder( mixed $default_folder)

No description

mixed
getDefaultFolder()

No description

$this
setVisible( mixed $visible)

No description

mixed
getVisible()

No description

$this
setTitle( mixed $title)

No description

mixed
getTitle()

No description

$this
setChapo( mixed $chapo)

No description

mixed
getChapo()

No description

$this
setContentId( mixed $content_id)

No description

mixed
getContentId()

No description

$this
setDescription( mixed $description)

No description

mixed
getDescription()

No description

$this
setPostscriptum( mixed $postscriptum)

No description

mixed
getPostscriptum()

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 32
__construct( int $content_id)

Parameters

int $content_id

in ContentEvent at line 38
setContent( Content $content)

Parameters

Content $content

in ContentEvent at line 48
Content getContent()

Return Value

Content

in ContentEvent at line 58
bool hasContent()

check if content exists

Return Value

bool

in ContentCreateEvent at line 32
$this setLocale( mixed $locale)

Parameters

mixed $locale

Return Value

$this

in ContentCreateEvent at line 42
mixed getLocale()

Return Value

mixed

in ContentCreateEvent at line 52
$this setDefaultFolder( mixed $default_folder)

Parameters

mixed $default_folder

Return Value

$this

in ContentCreateEvent at line 62
mixed getDefaultFolder()

Return Value

mixed

in ContentCreateEvent at line 72
$this setVisible( mixed $visible)

Parameters

mixed $visible

Return Value

$this

in ContentCreateEvent at line 82
mixed getVisible()

Return Value

mixed

in ContentCreateEvent at line 92
$this setTitle( mixed $title)

Parameters

mixed $title

Return Value

$this

in ContentCreateEvent at line 102
mixed getTitle()

Return Value

mixed

at line 42
$this setChapo( mixed $chapo)

Parameters

mixed $chapo

Return Value

$this

at line 52
mixed getChapo()

Return Value

mixed

at line 62
$this setContentId( mixed $content_id)

Parameters

mixed $content_id

Return Value

$this

at line 72
mixed getContentId()

Return Value

mixed

at line 82
$this setDescription( mixed $description)

Parameters

mixed $description

Return Value

$this

at line 92
mixed getDescription()

Return Value

mixed

at line 102
$this setPostscriptum( mixed $postscriptum)

Parameters

mixed $postscriptum

Return Value

$this

at line 112
mixed getPostscriptum()

Return Value

mixed