Bitrix API

Attendee extends BaseProperty implements RoleEntityInterface

Table of Contents

Interfaces

RoleEntityInterface

Constants

TYPE  = 'attendee'

Methods

__construct()  : mixed
__toString()  : string
createInstance()  : RoleEntityInterface
getEmail()  : string|null
getFields()  : array<string|int, mixed>
getFullName()  : string
getId()  : int|null
getType()  : string
isReInvite()  : bool
setEmail()  : $this
setReInvite()  : $this
toString()  : string

Constants

Methods

__toString()

public __toString() : string
Return values
string

getEmail()

public getEmail() : string|null
Return values
string|null

getFields()

public getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFullName()

public getFullName() : string
Return values
string

getId()

public getId() : int|null
Return values
int|null

getType()

public getType() : string
Return values
string

isReInvite()

public isReInvite() : bool
Return values
bool

setEmail()

public setEmail(string $email) : $this
Parameters
$email : string
Return values
$this

setReInvite()

public setReInvite(bool $reInvite) : $this
Parameters
$reInvite : bool
Return values
$this

toString()

public toString() : string
Return values
string

        
On this page

Search results