SaleRdvCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleRdvCommand
Table of Contents
Methods
- configure() : mixed
- execute() : int|null
- resolveSubjectForSale() : string
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