Documentation

AccountCreationMethod
in package

Class AccountCreationMethod

Tags
ORM\Entity

()

ORM\Table

(name="account_creation_method")

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_DEFAULT

public mixed ACCOUNT_SOURCE_ID_DEFAULT = self::ACCOUNT_SOURCE_ID_REST_V1

Properties

$accountCreation

private array<string|int, AccountCreation>|null $accountCreation
Tags
ORM\OneToMany

(targetEntity="AccountCreation", mappedBy="AccountCreationMethod")

ORM\JoinColumn

(name="id", referencedColumnName="account_creation_method_id")

$description

private string $description
Tags
ORM\Column

(type="string", name="description")

Methods


        
On this page

Search results