Class SloodleAviListName

Description

Represents a single avatar list name association

Located in /lib/modules/module_avilister.php (line 155)


	
			
Variable Summary
Method Summary
 string get_full_real_name ()
 void set (string $avatar_name, string $real_first_name, string $real_last_name)
 void SloodleChatMessage ([string $avatar_name = ''], [string $real_first_name = ''], [string $real_last_name = ''])
Variables
string $avatar_name = '' (line 199)

Avatar name ("firstname lastname")

  • access: public
string $real_first_name = '' (line 206)

Real first name

  • access: public
string $real_last_name = '' (line 213)

Real last name

  • access: public
Methods
get_full_real_name (line 188)

Gets the full real name of the user ("firstname lastname")

string get_full_real_name ()
set (line 177)

Accessor - set all members in a single call.

void set (string $avatar_name, string $real_first_name, string $real_last_name)
  • string $avatar_name: The user's full avatar name
  • string $real_first_name: The user's real first name
  • string $real_last_name: The user's real last name
SloodleChatMessage (line 163)

Constructor - initialises members.

void SloodleChatMessage ([string $avatar_name = ''], [string $real_first_name = ''], [string $real_last_name = ''])
  • string $avatar_name: The user's full avatar name
  • string $real_first_name: The user's real first name
  • string $real_last_name: The user's real last name

Documentation generated on Fri, 17 Jul 2009 11:01:51 +0100 by phpDocumentor 1.4.0