UploadLogoStepService
extends AbstractSetupWizardStepService
in package
Class UploadLogoRepository
Table of Contents
- TEXT_SECTION = 'setup_wizard'
- $command : UploadLogoStepDoneCommand
- $directoryPath : LogoDirectoryPath
- $key : string
- $logoProperties : LogoProperties
- $reader : UploadLogoReader
- $storage : StepIsDoneStorageInterface
- $textManager : TextManager
- __construct() : mixed
- UploadLogoRepository constructor.
- canHandle() : mixed
- getStep() : SetupWizardStep
- markComplete() : mixed
- markIncomplete() : mixed
- createDescription() : Text
- createStep() : UploadLogoStep
- createTitle() : Title
Constants
TEXT_SECTION
protected
mixed
TEXT_SECTION
= 'setup_wizard'
Properties
$command
protected
UploadLogoStepDoneCommand
$command
$directoryPath
protected
LogoDirectoryPath
$directoryPath
$key
protected
string
$key
$logoProperties
protected
LogoProperties
$logoProperties
$reader
protected
UploadLogoReader
$reader
$storage
protected
StepIsDoneStorageInterface
$storage
$textManager
protected
TextManager
$textManager
Methods
__construct()
UploadLogoRepository constructor.
public
__construct(UploadLogoStepKey $key, UploadLogoReader $reader, UploadLogoStepIsDoneStorage $storage, UploadLogoStepDoneCommand $command, LogoDirectoryPath $directoryPath, LogoProperties $logoProperties, TextManager $textManager) : mixed
Parameters
- $key : UploadLogoStepKey
- $reader : UploadLogoReader
- $storage : UploadLogoStepIsDoneStorage
- $command : UploadLogoStepDoneCommand
- $directoryPath : LogoDirectoryPath
- $logoProperties : LogoProperties
- $textManager : TextManager
Return values
mixed —canHandle()
public
canHandle(Key $key) : mixed
Parameters
- $key : Key
Return values
mixed —getStep()
public
getStep() : SetupWizardStep
Tags
Return values
SetupWizardStep —markComplete()
public
markComplete() : mixed
Return values
mixed —markIncomplete()
public
markIncomplete() : mixed
Return values
mixed —createDescription()
protected
createDescription() : Text
Return values
Text —createStep()
protected
createStep(Status $status) : UploadLogoStep
Parameters
- $status : Status
Return values
UploadLogoStep —createTitle()
protected
createTitle() : Title