AttendeesProperty
Table of Contents
Properties
-
$cutype
: mixed
-
$email
: mixed
-
$mailto
: mixed
-
$name
: mixed
-
$participationStatus
: mixed
-
$role
: mixed
-
$rsvp
: mixed
Methods
-
__construct()
: mixed
$cutype
public
mixed
$cutype
= null
$email
public
mixed
$email
$mailto
public
mixed
$mailto
$name
public
mixed
$name
= null
$participationStatus
public
mixed
$participationStatus
= null
$role
public
mixed
$role
= null
$rsvp
public
mixed
$rsvp
= true
__construct()
public
__construct([string $email = null ][, string $name = null ][, string $participationStatus = null ][, string $role = null ][, string $cutype = null ][, string $mailto = null ][, bool $rsvp = true ]) : mixed
Parameters
-
$email
: string
= null
-
-
$name
: string
= null
-
-
$participationStatus
: string
= null
-
-
$role
: string
= null
-
-
$cutype
: string
= null
-
-
$mailto
: string
= null
-
-
$rsvp
: bool
= true
-