phpDocumentor

ContentManagerSaveCommand extends AbstractSaveCommand
in package

Class WysiwygSaveCommand

Table of Contents

$contentReadService  : ContentReadServiceInterface
$contentValueObjectFactory  : bool|mixed
$contentWriteService  : ContentWriteServiceInterface
$currentTheme  : CurrentThemeInterface
$languageService  : LanguageService
$option  : AbstractContentManagerOption
$configurationRepository  : SettingsRepository
__construct()  : mixed
WysiwygSaveCommand constructor.
execute()  : void
Execute the command
rollback()  : void
Execute the command
setConfigurationRepository()  : void
setOption()  : void
configurationRepository()  : SettingsRepository
saveOption()  : void

Properties

Methods

__construct()

WysiwygSaveCommand constructor.

public __construct(ContentWriteServiceInterface $contentWriteService, ContentReadServiceInterface $contentReadService, ContentValueObjectFactory $contentValueObjectFactory, LanguageService $languageService, CurrentThemeInterface $currentTheme) : mixed
Parameters
$contentWriteService : ContentWriteServiceInterface
$contentReadService : ContentReadServiceInterface
$contentValueObjectFactory : ContentValueObjectFactory
$languageService : LanguageService
$currentTheme : CurrentThemeInterface
Return values
mixed

execute()

Execute the command

public abstract execute() : void
Return values
void

saveOption()

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

Search results