SendTrustpilotReviewInvitationsCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$api
: TrustpilotApi
-
$entityManager
: EntityManagerInterface
Methods
-
__construct()
: mixed
-
configure()
: void
-
execute()
: int
-
hasSavOrExcluded()
: bool
$api
private
TrustpilotApi
$api
$entityManager
private
EntityManagerInterface
$entityManager
__construct()
public
__construct(EntityManagerInterface $entityManager, TrustpilotApi $api) : mixed
Parameters
-
$entityManager
: EntityManagerInterface
-
-
$api
: TrustpilotApi
-
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
hasSavOrExcluded()
private
hasSavOrExcluded(SaleProduct $saleProduct) : bool
Parameters
-
$saleProduct
: SaleProduct
-