Public Member Functions | |
| getDatePaid () | |
| getDateRegistered () | |
| getDomain () | |
| getIPRange () | |
| getIPRanges () | |
| getMembership () | |
| getRegistrationId () | |
| getRegistrationTypeName () | |
| getSchedConfId () | |
| getSpecialRequests () | |
| getTypeId () | |
| getUserFullName () | |
| getUserId () | |
| Registration () | |
| setDatePaid ($datePaid) | |
| setDateRegistered ($dateRegistered) | |
| setDomain ($domain) | |
| setIPRange ($ipRange) | |
| setIPRanges ($ipRanges) | |
| setMembership ($membership) | |
| setRegistrationId ($registrationId) | |
| setSchedConfId ($schedConfId) | |
| setSpecialRequests ($specialRequests) | |
| setTypeId ($typeId) | |
| setUserId ($userId) | |
Definition at line 25 of file Registration.inc.php.
| Registration.getDatePaid | ( | ) |
Get registration paid date.
Definition at line 139 of file Registration.inc.php.
| Registration.getDateRegistered | ( | ) |
Get date of registration.
Definition at line 123 of file Registration.inc.php.
| Registration.getDomain | ( | ) |
| Registration.getIPRange | ( | ) |
Get registration ip range string.
Definition at line 203 of file Registration.inc.php.
| Registration.getIPRanges | ( | ) |
| Registration.getMembership | ( | ) |
| Registration.getRegistrationId | ( | ) |
| Registration.getRegistrationTypeName | ( | ) |
Get the registration type name of the registration.
Definition at line 114 of file Registration.inc.php.
| Registration.getSchedConfId | ( | ) |
Get the scheduled conference ID of the registration.
Definition at line 57 of file Registration.inc.php.
| Registration.getSpecialRequests | ( | ) |
Get registration special requests.
Definition at line 155 of file Registration.inc.php.
| Registration.getTypeId | ( | ) |
Get the registration type ID of the registration.
Definition at line 98 of file Registration.inc.php.
| Registration.getUserFullName | ( | ) |
Get the user's full name of the registration.
Definition at line 89 of file Registration.inc.php.
| Registration.getUserId | ( | ) |
Get the user ID of the registration.
Definition at line 73 of file Registration.inc.php.
| Registration.setDatePaid | ( | $ | datePaid | ) |
Set registration end date.
| $datePaid | date (YYYY-MM-DD) |
Definition at line 147 of file Registration.inc.php.
| Registration.setDateRegistered | ( | $ | dateRegistered | ) |
Set date of registration.
| $dateRegistered | date (YYYY-MM-DD) |
Definition at line 131 of file Registration.inc.php.
| Registration.setDomain | ( | $ | domain | ) |
Set registration domain string.
| $domain | string |
Definition at line 195 of file Registration.inc.php.
| Registration.setIPRange | ( | $ | ipRange | ) |
Set registration ip range string.
| $ipRange | string |
Definition at line 211 of file Registration.inc.php.
| Registration.setIPRanges | ( | $ | ipRanges | ) |
Set registration ip ranges.
| ipRanges | array |
Definition at line 227 of file Registration.inc.php.
| Registration.setMembership | ( | $ | membership | ) |
Set registration membership.
| $membership | string |
Definition at line 179 of file Registration.inc.php.
| Registration.setRegistrationId | ( | $ | registrationId | ) |
Set the ID of the registration.
| $registrationId | int |
Definition at line 48 of file Registration.inc.php.
| Registration.setSchedConfId | ( | $ | schedConfId | ) |
Set the scheduled conference ID of the registration.
| $schedConfId | int |
Definition at line 65 of file Registration.inc.php.
| Registration.setSpecialRequests | ( | $ | specialRequests | ) |
Set registration special requests.
| $specialRequests | string |
Definition at line 163 of file Registration.inc.php.
| Registration.setTypeId | ( | $ | typeId | ) |
Set the registration type ID of the registration.
| $typeId | int |
Definition at line 106 of file Registration.inc.php.
| Registration.setUserId | ( | $ | userId | ) |
Set the user ID of the registration.
| $userId | int |
Definition at line 81 of file Registration.inc.php.
1.4.7