Documentation

UserAccountClientAuthorizationStatus
in package
implements JsonSerializable

Class User

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\UserAccountClientAuthorizationStatusRepository")

ORM\Table

(name="user_account_client_authorization_status")

Table of Contents

Interfaces

JsonSerializable

Constants

STATUS_ID_ACTIVE  = 1
STATUS_ID_BLOCKED  = -3
STATUS_ID_PENDING_INVITE  = -1
STATUS_ID_PENDING_REGISTRATION  = 0
STATUS_ID_REJECTED  = -2

Properties

$authorization  : array<string|int, UserAccountClientAuthorization>|null
$description  : string
$id  : int|null
$label  : string

Methods

getAuthorization()  : array<string|int, UserAccountClientAuthorization>|null
Get $authorization
getDescription()  : string
Get $description
getId()  : int|null
Get $id
getLabel()  : string
Get $label
jsonSerialize()  : mixed
setAuthorization()  : self
Set $authorization
setDescription()  : self
Set $description
setId()  : self
Set $id
setLabel()  : self
Set $label

Constants

Properties

Methods


        
On this page

Search results