Public Member Functions | |
| getClosingDate () | |
| getCode () | |
| getCurrencyString () | |
| getCurrencyStringShort () | |
| getDescription ($locale) | |
| getName ($locale) | |
| getOpeningDate () | |
| getOptionId () | |
| getPublic () | |
| getRegistrationOptionDescription () | |
| getRegistrationOptionName () | |
| getSchedConfId () | |
| getSequence () | |
| RegistrationOption () | |
| setClosingDate ($closingDate) | |
| setCode ($code) | |
| setDescription ($description, $locale) | |
| setName ($name, $locale) | |
| setOpeningDate ($openingDate) | |
| setOptionId ($optionId) | |
| setPublic ($public) | |
| setSchedConfId ($schedConfId) | |
| setSequence ($sequence) | |
Definition at line 24 of file RegistrationOption.inc.php.
| RegistrationOption.getClosingDate | ( | ) |
Get registration option closing date.
Definition at line 184 of file RegistrationOption.inc.php.
| RegistrationOption.getCode | ( | ) |
Get registration option code.
Definition at line 96 of file RegistrationOption.inc.php.
| RegistrationOption.getCurrencyString | ( | ) |
Get registration option currency string.
Definition at line 138 of file RegistrationOption.inc.php.
| RegistrationOption.getCurrencyStringShort | ( | ) |
Get registration option currency abbreviated string.
Definition at line 153 of file RegistrationOption.inc.php.
| RegistrationOption.getDescription | ( | $ | locale | ) |
Get registration option description.
| $locale | string |
Definition at line 121 of file RegistrationOption.inc.php.
| RegistrationOption.getName | ( | $ | locale | ) |
Get registration option name.
| $locale | string |
Definition at line 79 of file RegistrationOption.inc.php.
| RegistrationOption.getOpeningDate | ( | ) |
Get registration option opening date.
Definition at line 168 of file RegistrationOption.inc.php.
| RegistrationOption.getOptionId | ( | ) |
Get the ID of the registration option.
Definition at line 38 of file RegistrationOption.inc.php.
| RegistrationOption.getPublic | ( | ) |
Check if this registration option should be publicly visible.
Definition at line 200 of file RegistrationOption.inc.php.
| RegistrationOption.getRegistrationOptionDescription | ( | ) |
Get the localized registration option description
Definition at line 112 of file RegistrationOption.inc.php.
| RegistrationOption.getRegistrationOptionName | ( | ) |
Get the localized registration option name
Definition at line 70 of file RegistrationOption.inc.php.
| RegistrationOption.getSchedConfId | ( | ) |
Get the scheduled conference ID of the registration option.
Definition at line 54 of file RegistrationOption.inc.php.
| RegistrationOption.getSequence | ( | ) |
Get registration option display sequence.
Definition at line 216 of file RegistrationOption.inc.php.
| RegistrationOption.setClosingDate | ( | $ | closingDate | ) |
Set registration option closing date.
| $duration | date |
Definition at line 192 of file RegistrationOption.inc.php.
| RegistrationOption.setCode | ( | $ | code | ) |
Set registration option code.
| $optionCode | string |
Definition at line 104 of file RegistrationOption.inc.php.
| RegistrationOption.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set registration option description.
| $description | string | |
| $locale | string |
Definition at line 130 of file RegistrationOption.inc.php.
| RegistrationOption.setName | ( | $ | name, | |
| $ | locale | |||
| ) |
Set registration option name.
| $name | string | |
| $locale | string |
Definition at line 88 of file RegistrationOption.inc.php.
| RegistrationOption.setOpeningDate | ( | $ | openingDate | ) |
Set registration option opening date.
| $duration | date |
Definition at line 176 of file RegistrationOption.inc.php.
| RegistrationOption.setOptionId | ( | $ | optionId | ) |
Set the ID of the registration option.
| $optionId | int |
Definition at line 46 of file RegistrationOption.inc.php.
| RegistrationOption.setPublic | ( | $ | public | ) |
Set whether or not this registration should be publicly visible.
| $public | boolean |
Definition at line 208 of file RegistrationOption.inc.php.
| RegistrationOption.setSchedConfId | ( | $ | schedConfId | ) |
Set the scheduled conference ID of the registration option.
| $schedConfId | int |
Definition at line 62 of file RegistrationOption.inc.php.
| RegistrationOption.setSequence | ( | $ | sequence | ) |
Set registration option display sequence.
| $sequence | float |
Definition at line 224 of file RegistrationOption.inc.php.
1.4.7