TenantAwareCommand
trait TenantAwareCommand (View source)
Methods
int
execute(InputInterface $input, OutputInterface $output)
No description
Tenant[]|mixed
getTenants()
Get an array of tenants for which the command should be executed.
Details
protected int
execute(InputInterface $input, OutputInterface $output)
No description
abstract protected Tenant[]|mixed
getTenants()
Get an array of tenants for which the command should be executed.