Class JHtmlUsers

Description

Extended Utility class for the Users component.

  • since: 2.5

Located in /administrator/components/com_users/helpers/html/users.php (line 19)


	
			
Method Summary
static string addNote (integer $userId)
static string filterNotes (integer $count, integer $userId)
static string image (string $src)
static string notes (integer $count, integer $userId)
Methods
static method addNote (line 55)

Displays an icon to add a note for this user.

  • return: A link to add a note
  • since: 2.5
  • access: public
static string addNote (integer $userId)
  • integer $userId: The user ID
static method filterNotes (line 73)

Displays an icon to filter the notes list on this user.

  • return: A link to apply a filter
  • since: 2.5
  • access: public
static string filterNotes (integer $count, integer $userId)
  • integer $count: The number of notes for the user
  • integer $userId: The user ID
static method image (line 30)

Display an image.

  • return: A <img> element if the specified file exists, otherwise, a null string
  • since: 2.5
  • access: public
static string image (string $src)
  • string $src: The source of the image
static method notes (line 96)

Displays a note icon.

  • return: A link to a modal window with the user notes
  • since: 2.5
  • access: public
static string notes (integer $count, integer $userId)
  • integer $count: The number of notes for the user
  • integer $userId: The user ID

Documentation generated on Mon, 25 Jun 2012 14:00:31 -0500 by phpDocumentor 1.4.4