Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CalendarEventAttendeeResponse.php
Go to the documentation of this file.
1
<?php
8
class
CalendarEventAttendeeResponse
{
9
10
11
12
static
$paramtypesmap
= array(
13
14
);
15
22
const
_accepted
=
"_accepted"
;
23
30
const
_declined
=
"_declined"
;
31
38
const
_noResponse
=
"_noResponse"
;
39
46
const
_tentative
=
"_tentative"
;
47
48
}
CalendarEventAttendeeResponse\$paramtypesmap
static $paramtypesmap
Definition:
CalendarEventAttendeeResponse.php:12
CalendarEventAttendeeResponse
Definition:
CalendarEventAttendeeResponse.php:8
CalendarEventAttendeeResponse\_noResponse
const _noResponse
Definition:
CalendarEventAttendeeResponse.php:38
CalendarEventAttendeeResponse\_tentative
const _tentative
Definition:
CalendarEventAttendeeResponse.php:46
CalendarEventAttendeeResponse\_declined
const _declined
Definition:
CalendarEventAttendeeResponse.php:30
CalendarEventAttendeeResponse\_accepted
const _accepted
Definition:
CalendarEventAttendeeResponse.php:22
Generated by
dreamxtream
using
1.8.10