| 
    Stud.IP
    jlu_3.3 Revision
    
   | 
  
Public Member Functions | |
| getAvatarDirectoryUrl () | |
| getAvatarDirectoryPath () | |
| getDefaultTitle () | |
| getAvatarDirectoryUrl () | |
| getAvatarDirectoryPath () | |
| getDefaultTitle () | |
  Public Member Functions inherited from Avatar | |
| getAvatarDirectoryUrl () | |
| getAvatarDirectoryPath () | |
| getCustomAvatarUrl ($size, $ext='png') | |
| getCustomAvatarPath ($size, $ext='png', $retina=false) | |
| getFilename ($size, $ext='png') | |
| getURL ($size, $ext='png') | |
| is_customized () | |
| getImageTag ($size=Avatar::MEDIUM, $opt=array()) | |
| createFromUpload ($userfile) | |
| createFrom ($filename) | |
| reset () | |
| getDimension ($size) | |
| getDefaultTitle () | |
Static Public Member Functions | |
| static | getAvatar ($institute_id) | 
| static | getNobody () | 
| static | getAvatar ($course_id) | 
| static | getNobody () | 
  Static Public Member Functions inherited from Avatar | |
| static | getAvatar ($user_id, $username=NULL) | 
| static | getNobody () | 
| static | error_handler ($errno, $errstr, $errfile, $errline) | 
Protected Member Functions | |
| checkAvatarVisibility () | |
  Protected Member Functions inherited from CourseAvatar | |
| getCssClass ($size) | |
| checkAvatarVisibility () | |
  Protected Member Functions inherited from Avatar | |
| __construct ($user_id, $username=NULL) | |
| getCssClass ($size) | |
| checkAvatarVisibility () | |
Additional Inherited Members | |
  Data Fields inherited from Avatar | |
| const | ORIGINAL = 'original' | 
| const | NORMAL = 'normal' | 
| const | MEDIUM = 'medium' | 
| const | SMALL = 'small' | 
| const | MAX_FILE_SIZE = 716800 | 
| const | NOBODY = 'nobody' | 
  Protected Attributes inherited from Avatar | |
| $user_id | |
| $username | |
      
  | 
  protected | 
Return if avatar is visible to the current user.
Reimplemented from CourseAvatar.
      
  | 
  static | 
Returns an avatar object of the appropriate class.
| string | the course's id | 
Reimplemented from CourseAvatar.
| getAvatarDirectoryPath | ( | ) | 
Returns the file system path to the institute' avatars
Reimplemented from CourseAvatar.
| getAvatarDirectoryUrl | ( | ) | 
Returns the URL to the institute' avatars.
Reimplemented from CourseAvatar.
| getDefaultTitle | ( | ) | 
Return the default title of the avatar.
Reimplemented from CourseAvatar.
      
  | 
  static | 
Returns an avatar object for "nobody".
Reimplemented from CourseAvatar.