trait TenantAwareCommand (View source)

Methods

int
execute(InputInterface $input, OutputInterface $output)

No description

array
getTenants()

Get an array of tenants for which the command should be executed.

Details

protected int execute(InputInterface $input, OutputInterface $output)

No description

Parameters

InputInterface $input
OutputInterface $output

Return Value

int

abstract protected array getTenants()

Get an array of tenants for which the command should be executed.

Return Value

array