AccountCreationMethod
in package
Class AccountCreationMethod
Tags
Table of Contents
Constants
- ACCOUNT_SOURCE_ID_ADMIN_CREATE = 6
- ACCOUNT_SOURCE_ID_AMAZON = 3
- ACCOUNT_SOURCE_ID_DEFAULT = self::ACCOUNT_SOURCE_ID_REST_V1
- ACCOUNT_SOURCE_ID_DIRECT_DB_INSERT = 5
- ACCOUNT_SOURCE_ID_INVITATION = 4
- ACCOUNT_SOURCE_ID_OLD_WEBSITE = 1
- ACCOUNT_SOURCE_ID_REST_V1 = 2
Properties
- $accountCreation : array<string|int, AccountCreation>|null
- $description : string
- $id : int|null
- $name : string
Methods
- getAccountCreation() : array<string|int, AccountCreation>|null
- Get $accountCreation
- getDescription() : string
- Get $description
- getId() : int|null
- Get $id
- getName() : string
- Get $name
- setId() : mixed
Constants
ACCOUNT_SOURCE_ID_ADMIN_CREATE
public
mixed
ACCOUNT_SOURCE_ID_ADMIN_CREATE
= 6
ACCOUNT_SOURCE_ID_AMAZON
public
mixed
ACCOUNT_SOURCE_ID_AMAZON
= 3
ACCOUNT_SOURCE_ID_DEFAULT
public
mixed
ACCOUNT_SOURCE_ID_DEFAULT
= self::ACCOUNT_SOURCE_ID_REST_V1
ACCOUNT_SOURCE_ID_DIRECT_DB_INSERT
public
mixed
ACCOUNT_SOURCE_ID_DIRECT_DB_INSERT
= 5
ACCOUNT_SOURCE_ID_INVITATION
public
mixed
ACCOUNT_SOURCE_ID_INVITATION
= 4
ACCOUNT_SOURCE_ID_OLD_WEBSITE
public
mixed
ACCOUNT_SOURCE_ID_OLD_WEBSITE
= 1
ACCOUNT_SOURCE_ID_REST_V1
public
mixed
ACCOUNT_SOURCE_ID_REST_V1
= 2
Properties
$accountCreation
private
array<string|int, AccountCreation>|null
$accountCreation
Tags
$description
private
string
$description
Tags
$id
private
int|null
$id
Tags
$name
private
string
$name
Tags
Methods
getAccountCreation()
Get $accountCreation
public
getAccountCreation() : array<string|int, AccountCreation>|null
Return values
array<string|int, AccountCreation>|nullgetDescription()
Get $description
public
getDescription() : string
Return values
stringgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetName()
Get $name
public
getName() : string
Return values
stringsetId()
public
setId(int $id) : mixed
Parameters
- $id : int