extends |
AbstractManager |
---|
Methods | ||
---|---|---|
public
|
getTenantList(
int $iOffset = 0,
int $iLimit = 0,
string $sSearch = '',
$sOrderBy = 'Name',
$iOrderType = SortOrder::ASC,
): array|false
|
# |
public
|
getTenantsCount(string $sSearch = ''): int|false
|
# |
public
|
getDefaultGlobalTenant(): Tenant
|
# |
public
|
getTenantById(mixed $mTenantId): Tenant|null
|
# |
public
|
getTenantByName(string $sTenantName): Tenant
|
# |
public
|
getTenantIdByName(string $sTenantName): int|bool
|
# |
public
|
isTenantExists(Tenant $oTenant): bool
|
# |
public
|
createTenant(Tenant &$oTenant): bool
|
# |
public
|
updateTenant(Tenant $oTenant): bool
|
# |
public
|
updateTenantMainCapa(int $iTenantID): false
|
# |
public
|
getTenantsByChannelId(int $iChannelId): array
|
# |
public
|
getTenantsByChannelIdCount(int $iChannelId): array
|
# |
public
|
deleteTenantsByChannelId(int $iChannelId): bool
|
# |
public
|
deleteTenant(Tenant $oTenant): bool
|
# |
Methods inherited from Aurora\System\Managers\AbstractManager |
---|
__construct(), GetModule(), GetSettings(), GetLastException(), getLastErrorCode(), GetLastErrorMessage() |
Properties | |||
---|---|---|---|
public
static
|
array
|
$aTenantNameCache = []
|
# |
public
static
|
Tenant
|
$oDefaultTenant = null
|
# |