phpDocumentor

PaymentStepService extends AbstractSetupWizardStepService

Class PaymentStepService

Table of Contents

TEXT_SECTION  = 'setup_wizard'
$command  : PaymentStepDoneCommand
$curl  : Curl
$hubFactory  : HubApiClientFactory
$key  : string
$path  : Path
$reader  : PaymentModuleReader
$storage  : StepIsDoneStorageInterface
$textManager  : TextManager
__construct()  : mixed
AbstractSetupWizardStepService constructor.
canHandle()  : mixed
getStep()  : SetupWizardStep
markComplete()  : mixed
markIncomplete()  : mixed
createPaymentStep()  : PaymentStep

Constants

Properties

Methods

__construct()

AbstractSetupWizardStepService constructor.

public __construct(PaymentStepKey $key, StepIsDoneStorageInterface $storage, TextManager $textManager, PaymentModuleReader $paymentModuleReader, PaymentStepDoneCommand $command, Path $path, HubApiClientFactory $hubFactory, Curl $curl) : mixed
Parameters
$key : PaymentStepKey
$storage : StepIsDoneStorageInterface
$textManager : TextManager
$paymentModuleReader : PaymentModuleReader
$command : PaymentStepDoneCommand
$path : Path
$hubFactory : HubApiClientFactory
$curl : Curl
Return values
mixed

Search results