phpDocumentor

LegalTextStepService extends AbstractSetupWizardStepService
in package

Table of Contents

TEXT_SECTION  = 'setup_wizard'
$key  : string
$reader  : LegalTextReader
$storage  : StepIsDoneStorageInterface
$termsAndConditionTextHashes  : TermsAndConditionTextHashesCollection
$textManager  : TextManager
$withdrawalTextHashes  : WithdrawalTextHashesCollection
__construct()  : mixed
LegalTextStepService constructor.
canHandle()  : mixed
getStep()  : SetupWizardStep
markComplete()  : mixed
markIncomplete()  : mixed
createDescription()  : Text
createStep()  : LegalTextStep
createTitle()  : Title
currentLegalTextWasChanged()  : bool
hashValuesExistForLanguageId()  : bool

Constants

Properties

Methods

__construct()

LegalTextStepService constructor.

public __construct(Key $key, LegalTextStepIsDoneStorage $storage, TextManager $textManager, WithdrawalTextHashesCollection $withdrawalTextHashes, TermsAndConditionTextHashesCollection $termsAndConditionTextHashes, LegalTextReader $reader) : mixed
Parameters
$key : Key
$storage : LegalTextStepIsDoneStorage
$textManager : TextManager
$withdrawalTextHashes : WithdrawalTextHashesCollection
$termsAndConditionTextHashes : TermsAndConditionTextHashesCollection
$reader : LegalTextReader
Return values
mixed

currentLegalTextWasChanged()

protected currentLegalTextWasChanged() : bool
Return values
bool

hashValuesExistForLanguageId()

protected hashValuesExistForLanguageId(int $languageId) : bool
Parameters
$languageId : int
Return values
bool

Search results