Public Member Functions | |
| getAccess () | |
| getAccessString () | |
| getClosingDate () | |
| getCode () | |
| getCost () | |
| getCurrencyCodeAlpha () | |
| getCurrencyString () | |
| getCurrencyStringShort () | |
| getDescription ($locale) | |
| getDurationYearsMonths () | |
| getExpiryDate () | |
| getInstitutional () | |
| getMembership () | |
| getName ($locale) | |
| getOpeningDate () | |
| getPublic () | |
| getRegistrationTypeDescription () | |
| getRegistrationTypeName () | |
| getSchedConfId () | |
| getSequence () | |
| getSummaryString () | |
| getTypeId () | |
| RegistrationType () | |
| setAccess ($access) | |
| setClosingDate ($closingDate) | |
| setCode ($code) | |
| setCost ($cost) | |
| setCurrencyCodeAlpha ($currencyCodeAlpha) | |
| setDescription ($description, $locale) | |
| setExpiryDate ($expiryDate) | |
| setInstitutional ($institutional) | |
| setMembership ($membership) | |
| setName ($name, $locale) | |
| setOpeningDate ($openingDate) | |
| setPublic ($public) | |
| setSchedConfId ($schedConfId) | |
| setSequence ($sequence) | |
| setTypeId ($typeId) | |
Definition at line 27 of file RegistrationType.inc.php.
| RegistrationType.getAccess | ( | ) |
| RegistrationType.getAccessString | ( | ) |
Get registration access type locale key.
Definition at line 293 of file RegistrationType.inc.php.
| RegistrationType.getClosingDate | ( | ) |
Get registration type closing date.
Definition at line 219 of file RegistrationType.inc.php.
| RegistrationType.getCode | ( | ) |
| RegistrationType.getCost | ( | ) |
Get registration type cost.
Definition at line 141 of file RegistrationType.inc.php.
Referenced by getSummaryString().
| RegistrationType.getCurrencyCodeAlpha | ( | ) |
Get registration type currency code.
Definition at line 157 of file RegistrationType.inc.php.
| RegistrationType.getCurrencyString | ( | ) |
Get registration type currency string.
Definition at line 173 of file RegistrationType.inc.php.
| RegistrationType.getCurrencyStringShort | ( | ) |
Get registration type currency abbreviated string.
Definition at line 188 of file RegistrationType.inc.php.
Referenced by getSummaryString().
| RegistrationType.getDescription | ( | $ | locale | ) |
Get registration type description.
| $locale | string |
Definition at line 124 of file RegistrationType.inc.php.
| RegistrationType.getDurationYearsMonths | ( | ) |
Get registration type duration in years and months.
Definition at line 251 of file RegistrationType.inc.php.
Referenced by getSummaryString().
| RegistrationType.getExpiryDate | ( | ) |
Get registration type expiry date.
Definition at line 235 of file RegistrationType.inc.php.
| RegistrationType.getInstitutional | ( | ) |
Check if this registration type is for an institution.
Definition at line 310 of file RegistrationType.inc.php.
| RegistrationType.getMembership | ( | ) |
Check if this registration type requires a membership.
Definition at line 326 of file RegistrationType.inc.php.
| RegistrationType.getName | ( | $ | locale | ) |
Get registration type name.
| $locale | string |
Definition at line 82 of file RegistrationType.inc.php.
| RegistrationType.getOpeningDate | ( | ) |
Get registration type opening date.
Definition at line 203 of file RegistrationType.inc.php.
| RegistrationType.getPublic | ( | ) |
Check if this registration type should be publicly visible.
Definition at line 342 of file RegistrationType.inc.php.
| RegistrationType.getRegistrationTypeDescription | ( | ) |
Get the localized registration type description
Definition at line 115 of file RegistrationType.inc.php.
| RegistrationType.getRegistrationTypeName | ( | ) |
Get the localized registration type name
Definition at line 73 of file RegistrationType.inc.php.
Referenced by getSummaryString().
| RegistrationType.getSchedConfId | ( | ) |
Get the scheduled conference ID of the registration type.
Definition at line 57 of file RegistrationType.inc.php.
| RegistrationType.getSequence | ( | ) |
Get registration type display sequence.
Definition at line 358 of file RegistrationType.inc.php.
| RegistrationType.getSummaryString | ( | ) |
Get registration type summary in the form: TypeName - Duration - Cost (CurrencyShort).
Definition at line 374 of file RegistrationType.inc.php.
References getCost(), getCurrencyStringShort(), getDurationYearsMonths(), and getRegistrationTypeName().
| RegistrationType.getTypeId | ( | ) |
Get the ID of the registration type.
Definition at line 41 of file RegistrationType.inc.php.
| RegistrationType.setAccess | ( | $ | access | ) |
Set registration access type.
| $access | int |
Definition at line 285 of file RegistrationType.inc.php.
| RegistrationType.setClosingDate | ( | $ | closingDate | ) |
Set registration type closing date.
| $duration | date |
Definition at line 227 of file RegistrationType.inc.php.
| RegistrationType.setCode | ( | $ | code | ) |
Set registration type code.
| $typeCode | string |
Definition at line 107 of file RegistrationType.inc.php.
| RegistrationType.setCost | ( | $ | cost | ) |
Set registration type cost.
| $cost | float |
Definition at line 149 of file RegistrationType.inc.php.
| RegistrationType.setCurrencyCodeAlpha | ( | $ | currencyCodeAlpha | ) |
Set registration type currency code.
| $currencyCodeAlpha | string |
Definition at line 165 of file RegistrationType.inc.php.
| RegistrationType.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set registration type description.
| $description | string | |
| $locale | string |
Definition at line 133 of file RegistrationType.inc.php.
| RegistrationType.setExpiryDate | ( | $ | expiryDate | ) |
Set registration type expiry date.
| $duration | date |
Definition at line 243 of file RegistrationType.inc.php.
| RegistrationType.setInstitutional | ( | $ | institutional | ) |
Set whether or not this registration type is for an institution.
| $institutional | boolean |
Definition at line 318 of file RegistrationType.inc.php.
| RegistrationType.setMembership | ( | $ | membership | ) |
Set whether or not this registration type requires a membership.
| $membership | boolean |
Definition at line 334 of file RegistrationType.inc.php.
| RegistrationType.setName | ( | $ | name, | |
| $ | locale | |||
| ) |
Set registration type name.
| $name | string | |
| $locale | string |
Definition at line 91 of file RegistrationType.inc.php.
| RegistrationType.setOpeningDate | ( | $ | openingDate | ) |
Set registration type opening date.
| $duration | date |
Definition at line 211 of file RegistrationType.inc.php.
| RegistrationType.setPublic | ( | $ | public | ) |
Set whether or not this registration should be publicly visible.
| $public | boolean |
Definition at line 350 of file RegistrationType.inc.php.
| RegistrationType.setSchedConfId | ( | $ | schedConfId | ) |
Set the scheduled conference ID of the registration type.
| $schedConfId | int |
Definition at line 65 of file RegistrationType.inc.php.
| RegistrationType.setSequence | ( | $ | sequence | ) |
Set registration type display sequence.
| $sequence | float |
Definition at line 366 of file RegistrationType.inc.php.
| RegistrationType.setTypeId | ( | $ | typeId | ) |
Set the ID of the registration type.
| $typeId | int |
Definition at line 49 of file RegistrationType.inc.php.
1.4.7