phpDocumentor

ContentManagerPageTypeSaveCommand extends AbstractContentManagerPagesSaveCommand

Class ContentManagerPageTypeSaveCommand

Table of Contents

$contentDeleteService  : ContentDeleterInterface
$contentManagerPagesService  : ContentManagerPagesServiceInterface
$contentReadService  : ContentReadServiceInterface
$contentValueObjectFactory  : bool|mixed
$contentWriteService  : ContentWriteServiceInterface
$currentTheme  : CurrentThemeInterface
$languageService  : LanguageService
$option  : AbstractOption
$configurationRepository  : SettingsRepository
$contentManagerHelper  : ContentManagerHelper
$isDeleted  : bool
$pageTypeService  : ContentManagerPageTypeService
__construct()  : mixed
WysiwygSaveCommand constructor.
execute()  : void
Execute the command
isDeleted()  : bool
rollback()  : void
Execute the command
setConfigurationRepository()  : void
setOption()  : void
setToDelete()  : void
Sets the content manager to delete
configurationRepository()  : SettingsRepository
create()  : void
createContent()  : InfoPageContent
saveOption()  : void
update()  : void
delete()  : void

Properties

Methods

execute()

Execute the command

public abstract execute() : void
Return values
void

rollback()

Execute the command

public abstract rollback() : void
Return values
void

create()

protected create(mixed $contentManagerContent) : void
Parameters
$contentManagerContent : mixed
Tags
inheritDoc
Return values
void

saveOption()

protected saveOption() : void
Tags
throws
Exception
Return values
void

update()

protected update(mixed $contentManagerContent) : void
Parameters
$contentManagerContent : mixed
Tags
inheritDoc
Return values
void

Search results