Public Member Functions | |
| actionIndex () | |
| author_accept ($confid, $uid, $type, $accept) | |
| author_reject ($confid, $uid, $type, $accept) | |
| referee_accept ($confid, $uid, $type, $accept) | |
| referee_reject ($confid, $uid, $type, $accept) | |
| attendee_accept ($confid, $uid, $type, $accept) | |
| attendee_reject ($confid, $uid, $type, $accept) | |
Additional Inherited Members | |
Data Fields inherited from Controller | |
| $layout ='//layouts/column1' | |
| $menu =array() | |
| $breadcrumbs =array() | |
Controller belonging to myInvitationsFunction page.
Definition at line 7 of file MyInvitationsFunctionController.php.
| actionIndex | ( | ) |
Definition at line 9 of file MyInvitationsFunctionController.php.
| attendee_accept | ( | $confid, | |
| $uid, | |||
| $type, | |||
| $accept | |||
| ) |
accept attendance invitation
Definition at line 101 of file MyInvitationsFunctionController.php.
| attendee_reject | ( | $confid, | |
| $uid, | |||
| $type, | |||
| $accept | |||
| ) |
rejected attendance invitation
Definition at line 124 of file MyInvitationsFunctionController.php.
| author_accept | ( | $confid, | |
| $uid, | |||
| $type, | |||
| $accept | |||
| ) |
accept authoring invitation
Definition at line 17 of file MyInvitationsFunctionController.php.
| author_reject | ( | $confid, | |
| $uid, | |||
| $type, | |||
| $accept | |||
| ) |
reject authoring invitation
Definition at line 40 of file MyInvitationsFunctionController.php.
| referee_accept | ( | $confid, | |
| $uid, | |||
| $type, | |||
| $accept | |||
| ) |
accept refereeing invitation
Definition at line 59 of file MyInvitationsFunctionController.php.
| referee_reject | ( | $confid, | |
| $uid, | |||
| $type, | |||
| $accept | |||
| ) |
reject refereeing invitation
Definition at line 82 of file MyInvitationsFunctionController.php.
1.8.4