TYPES
Interfaces, Classes, Traits and Enums
- ConfiguredType
- Represents a configured account type variant.
- ListAttribute
- An attribute definition for the account list.
- TypeManager
- Provides utility functions to get e.g. configured types.
Table of Contents
- getTypes() : array<string|int, string>
- Returns a list of available account types.
- getScopeFromTypeId() : string
- Returns the account type for a given type id.
Functions
getTypes()
Returns a list of available account types.
getTypes() : array<string|int, string>
Return values
array<string|int, string> —list of types
getScopeFromTypeId()
Returns the account type for a given type id.
getScopeFromTypeId(string $typeId) : string
Parameters
- $typeId : string
-
type id (e.g. user_1)
Return values
string —scope (e.g. user)