Public Member Functions | |
| getConferenceId () | |
| getRoleId () | |
| getRoleName () | |
| getRolePath () | |
| getSchedConfId () | |
| getUserId () | |
| Role () | |
| setConferenceId ($conferenceId) | |
| setRoleId ($roleId) | |
| setSchedConfId ($schedConfId) | |
| setUserId ($userId) | |
Definition at line 49 of file Role.inc.php.
| Role.getConferenceId | ( | ) |
| Role.getRoleId | ( | ) |
| Role.getRoleName | ( | ) |
Get the i18n key name associated with this role.
Definition at line 62 of file Role.inc.php.
References RoleDAO.getRoleName().
| Role.getRolePath | ( | ) |
Get the URL path associated with this role's operations.
Definition at line 70 of file Role.inc.php.
References RoleDAO.getRolePath().
| Role.getSchedConfId | ( | ) |
Get scheduled conference ID associated with role.
Definition at line 98 of file Role.inc.php.
| Role.getUserId | ( | ) |
| Role.Role | ( | ) |
Constructor.
Definition at line 54 of file Role.inc.php.
| Role.setConferenceId | ( | $ | conferenceId | ) |
Set conference ID associated with role.
| $conferenceId | int |
Definition at line 90 of file Role.inc.php.
| Role.setRoleId | ( | $ | roleId | ) |
| Role.setSchedConfId | ( | $ | schedConfId | ) |
Set scheduled conference ID associated with role.
| $conferenceId | int |
Definition at line 106 of file Role.inc.php.
| Role.setUserId | ( | $ | userId | ) |
Set user ID associated with role.
| $userId | int |
Definition at line 122 of file Role.inc.php.
1.4.7