Smutty


Smutty.Smutty_Session_User

Class Smutty_Session_User

Smutty_Object
|
+--Smutty_Session_User

public class Smutty_Session_User
extends Smutty_Object

represents a user currently authenticated with Smutty. the "id" and "name" data comes from the authentication method, so can can be any number of things (eg. db auth would probably give the id a unique number, but gpg auth my give it a key id)

/


Field Summary
mixed

$email

the users email */

mixed

$id

the users "id", which could be many formats */

mixed

$name

the users name */

Constructor Summary

Smutty_Session_User(int id, String name, String email)

constructor

Field Detail

email

public mixed $email

the users email */


id

public mixed $id

the users "id", which could be many formats */


name

public mixed $name

the users name */


Constructor Detail

Smutty_Session_User

public Smutty_Session_User(int id, String name, String email)

constructor

Parameters:
id - user id
name - user name
email - user email

Smutty