SaleRdvCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleRdvCommand
Table of Contents
Constants
- STORE_LOCALE_MAP = [3 => 'fr', 23 => 'be', 26 => 'be']
Methods
- configure() : mixed
- execute() : int|null
- resolveSubjectForSale() : string
Constants
STORE_LOCALE_MAP
public
mixed
STORE_LOCALE_MAP
= [3 => 'fr', 23 => 'be', 26 => 'be']
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Tags
Return values
int|nullresolveSubjectForSale()
private
resolveSubjectForSale(Sale $sale, string|null $translationKey, string $fallback) : string
Parameters
- $sale : Sale
- $translationKey : string|null
- $fallback : string