class TenantList extends Command (View source)

Properties

protected $signature
protected $description

Methods

int
handle()

No description

string
tenantCLI(Model&Tenant $tenant)

Generate the visual CLI output for the tenant name.

string|null
domainsCLI(Collection|null $domains)

Generate the visual CLI output for the domain names.

Details

int handle()

No description

Return Value

int

protected string tenantCLI(Model&Tenant $tenant)

Generate the visual CLI output for the tenant name.

Parameters

Model&Tenant $tenant

Return Value

string

protected string|null domainsCLI(Collection|null $domains)

Generate the visual CLI output for the domain names.

Parameters

Collection|null $domains

Return Value

string|null