Public Member Functions | |
| RightProfile () | |
| load ($id) | |
| save () | |
| delete () | |
| validate () | |
| getId () | |
| getLabel () | |
| getName () | |
| getType () | |
| getDescription () | |
| isRequired () | |
| isLocked () | |
| isCourseManager () | |
| isUserPublic () | |
| isMailNotify () | |
| setLabel ($value) | |
| setName ($value) | |
| setDescription ($value) | |
| setType ($value) | |
| setIsLocked ($value) | |
| setIsRequired ($value) | |
| setIsCourseManager ($value) | |
| setIsTutor ($value) | |
| setIsUserPublic ($value) | |
| setIsEmailNotify ($value) | |
| displayProfileForm () | |
| validateForm () | |
Data Fields | |
| $id | |
| $label | |
| $name | |
| $type | |
| $description | |
| $isLocked | |
| $isRequired | |
| $isCourseManager | |
| $isTutor | |
| $isUserPublic | |
| $isEmailNotify | |
| $tbl = array() | |
Class right profile
Definition at line 26 of file profile.class.php.
| delete | ( | ) |
delete profile from DB
Definition at line 246 of file profile.class.php.
| displayProfileForm | ( | ) |
| getDescription | ( | ) |
| getId | ( | ) |
| getLabel | ( | ) |
| getName | ( | ) |
| getType | ( | ) |
| isCourseManager | ( | ) |
| isLocked | ( | ) |
| isMailNotify | ( | ) |
| isRequired | ( | ) |
| isUserPublic | ( | ) |
| load | ( | $ | id | ) |
Load a profile from DB
| integer | $id identifier of profile |
Definition at line 131 of file profile.class.php.
| RightProfile | ( | ) |
Constructor
Definition at line 104 of file profile.class.php.
| save | ( | ) |
save profile to DB
Definition at line 179 of file profile.class.php.
| setDescription | ( | $ | value | ) |
| setIsCourseManager | ( | $ | value | ) |
Set course manager status
| boolean | $value |
Definition at line 476 of file profile.class.php.
| setIsEmailNotify | ( | $ | value | ) |
Set email notification status
| boolean | $value |
Definition at line 506 of file profile.class.php.
| setIsLocked | ( | $ | value | ) |
| setIsRequired | ( | $ | value | ) |
| setIsTutor | ( | $ | value | ) |
| setIsUserPublic | ( | $ | value | ) |
| setLabel | ( | $ | value | ) |
| setName | ( | $ | value | ) |
| setType | ( | $ | value | ) |
| validate | ( | ) |
| validateForm | ( | ) |
| $description |
Definition at line 56 of file profile.class.php.
| $id |
Definition at line 32 of file profile.class.php.
| $isCourseManager |
Definition at line 74 of file profile.class.php.
| $isEmailNotify |
Definition at line 92 of file profile.class.php.
| $isLocked |
Definition at line 62 of file profile.class.php.
| $isRequired |
Definition at line 68 of file profile.class.php.
| $isTutor |
Definition at line 80 of file profile.class.php.
| $isUserPublic |
Definition at line 86 of file profile.class.php.
| $label |
Definition at line 38 of file profile.class.php.
| $name |
Definition at line 44 of file profile.class.php.
| $tbl = array() |
Definition at line 98 of file profile.class.php.
| $type |
Definition at line 50 of file profile.class.php.
1.6.3