Smutty_Object
|
+--Smutty_Session_User
public class Smutty_Session_User
extends Smutty_Object
| Field Summary | |
|---|---|
| mixed | the users email */ |
| mixed | the users "id", which could be many formats */ |
| mixed | the users name */ |
| Constructor Summary | |
|---|---|
Smutty_Session_User(int id, String name, String email) constructor |
|
public mixed $email
the users email */
public mixed $id
the users "id", which could be many formats */
public mixed $name
the users name */
public Smutty_Session_User(int id, String name, String email)
constructor
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)
/