Attendee extends BaseProperty implements RoleEntityInterface
Table of Contents
Interfaces
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
TYPE
public
mixed
TYPE
= 'attendee'
Methods
__construct()
public
__construct(RoleEntityInterface $roleEntity) : mixed
Parameters
- $roleEntity : RoleEntityInterface
__toString()
public
__toString() : string
Return values
stringcreateInstance()
public
static createInstance(RoleEntityInterface $roleEntity) : RoleEntityInterface
Parameters
- $roleEntity : RoleEntityInterface
Return values
RoleEntityInterfacegetEmail()
public
getEmail() : string|null
Return values
string|nullgetFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>getFullName()
public
getFullName() : string
Return values
stringgetId()
public
getId() : int|null
Return values
int|nullgetType()
public
getType() : string
Return values
stringisReInvite()
public
isReInvite() : bool
Return values
boolsetEmail()
public
setEmail(string $email) : $this
Parameters
- $email : string
Return values
$thissetReInvite()
public
setReInvite(bool $reInvite) : $this
Parameters
- $reInvite : bool
Return values
$thistoString()
public
toString() : string