Documentation

UserAccountClientAuthorizationAccountType
in package
implements JsonSerializable

Class User

Tags
ORM\Entity

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

ORM\Table

(name="user_account_client_authorization_account_type")

Table of Contents

Interfaces

JsonSerializable

Constants

ACCOUNT_TYPE_ACCOUNTANT  = 2
ACCOUNT_TYPE_COWORKER  = 1
ACCOUNT_TYPE_OWNER  = 3

Properties

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

Methods

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

Constants

Properties

Methods


        
On this page

Search results