Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CalendarEventAttendee.php
Go to the documentation of this file.
1
<?php
8
class
CalendarEventAttendee
{
9
18
public
$sendEmail
;
19
28
public
$attendee
;
29
38
public
$response
;
39
48
public
$attendance
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"sendEmail"
=>
"boolean"
,
55
56
"attendee"
=>
"RecordRef"
,
57
58
"response"
=>
"CalendarEventAttendeeResponse"
,
59
60
"attendance"
=>
"CalendarEventAttendeeAttendance"
,
61
62
);
63
64
}
CalendarEventAttendee\$attendance
$attendance
Definition:
CalendarEventAttendee.php:48
CalendarEventAttendee\$sendEmail
$sendEmail
Definition:
CalendarEventAttendee.php:18
CalendarEventAttendee
Definition:
CalendarEventAttendee.php:8
CalendarEventAttendee\$paramtypesmap
static $paramtypesmap
Definition:
CalendarEventAttendee.php:52
CalendarEventAttendee\$attendee
$attendee
Definition:
CalendarEventAttendee.php:28
CalendarEventAttendee\$response
$response
Definition:
CalendarEventAttendee.php:38
Generated by
dreamxtream
using
1.8.10