Table of Contents
Properties
-
$confirmed
: mixed
-
$deleted
: mixed
-
$email
: mixed
-
$facebook_id
: mixed
-
$facebook_token
: mixed
-
$facebook_user
: mixed
-
$firstname
: mixed
-
$lastname
: mixed
-
$lastvisit
: mixed
-
$loggedin
: mixed
-
$optin
: mixed
-
$password
: mixed
-
$postcode
: mixed
-
$registrationip
: mixed
-
$registrationtime
: mixed
-
$status
: mixed
-
$url
: mixed
-
$user_id
: mixed
Methods
-
__construct()
: mixed
-
_update()
: mixed
-
add()
: mixed
-
add_facebook_id()
: mixed
-
change_password()
: mixed
-
confirm()
: mixed
-
confirm_email()
: mixed
-
confirm_without_token()
: mixed
-
confirmed()
: mixed
-
deleted()
: mixed
-
email()
: mixed
-
email_exists()
: mixed
-
facebook_id()
: mixed
-
facebook_id_exists()
: mixed
-
facebook_login()
: mixed
-
facebook_token()
: mixed
-
facebook_user()
: mixed
-
firstname()
: mixed
-
has_postcode()
: mixed
-
id_exists()
: mixed
-
init()
: mixed
-
is_able_to()
: mixed
-
isloggedin()
: mixed
-
isvalid()
: mixed
-
lastname()
: mixed
-
lastvisit()
: mixed
-
loggedin()
: mixed
-
login()
: mixed
-
logout()
: mixed
-
optin()
: mixed
-
password()
: mixed
-
possible_statuses()
: mixed
-
postcode()
: mixed
-
postcode_is_set()
: mixed
-
registrationip()
: mixed
-
registrationtime()
: mixed
-
send_confirmation_email()
: mixed
-
send_email_confirmation_email()
: mixed
-
send_password_reminder()
: mixed
-
set_postcode_cookie()
: mixed
-
status()
: mixed
-
unset_postcode_cookie()
: mixed
-
update_lastvisit()
: mixed
-
update_other_user()
: mixed
-
update_self()
: mixed
-
update_self_no_confirm()
: mixed
-
url()
: mixed
-
user_id()
: mixed
-
_login()
: mixed
$confirmed
public
mixed
$confirmed
= ''
$deleted
public
mixed
$deleted
= ""
$email
public
mixed
$email
= ""
$facebook_id
public
mixed
$facebook_id
= ''
$facebook_token
public
mixed
$facebook_token
= ''
$facebook_user
public
mixed
$facebook_user
= \false
$firstname
public
mixed
$firstname
= "Guest"
$lastname
public
mixed
$lastname
= ""
$lastvisit
public
mixed
$lastvisit
= ""
$loggedin
public
mixed
$loggedin
= \false
$optin
public
mixed
$optin
= ""
$password
public
mixed
$password
= ""
$postcode
public
mixed
$postcode
= ""
$registrationip
public
mixed
$registrationip
= ""
$registrationtime
public
mixed
$registrationtime
= ""
$status
public
mixed
$status
= "Viewer"
$url
public
mixed
$url
= ""
$user_id
public
mixed
$user_id
= "0"
__construct()
public
__construct() : mixed
_update()
public
_update(mixed $details) : mixed
Parameters
-
$details
: mixed
-
add()
public
add(mixed $details[, mixed $confirmation_required = true ]) : mixed
Parameters
-
$details
: mixed
-
-
$confirmation_required
: mixed
= true
-
add_facebook_id()
public
add_facebook_id(mixed $facebook_id) : mixed
Parameters
-
$facebook_id
: mixed
-
change_password()
public
change_password(mixed $email) : mixed
Parameters
-
$email
: mixed
-
confirm()
public
confirm(mixed $token) : mixed
Parameters
-
$token
: mixed
-
confirm_email()
public
confirm_email(mixed $token[, mixed $redirect = true ]) : mixed
Parameters
-
$token
: mixed
-
-
$redirect
: mixed
= true
-
confirm_without_token()
public
confirm_without_token() : mixed
confirmed()
public
confirmed() : mixed
deleted()
public
deleted() : mixed
email()
public
email() : mixed
email_exists()
public
email_exists(mixed $email[, mixed $return_id = false ]) : mixed
Parameters
-
$email
: mixed
-
-
$return_id
: mixed
= false
-
facebook_id()
public
facebook_id() : mixed
facebook_id_exists()
public
facebook_id_exists(mixed $id[, mixed $return_id = false ]) : mixed
Parameters
-
$id
: mixed
-
-
$return_id
: mixed
= false
-
facebook_login()
public
facebook_login(mixed $returl, mixed $expire, mixed $accessToken) : mixed
Parameters
-
$returl
: mixed
-
-
$expire
: mixed
-
-
$accessToken
: mixed
-
facebook_token()
public
facebook_token() : mixed
facebook_user()
public
facebook_user() : mixed
firstname()
public
firstname() : mixed
has_postcode()
public
has_postcode() : mixed
id_exists()
public
id_exists(mixed $user_id) : mixed
Parameters
-
$user_id
: mixed
-
init()
public
init(mixed $user_id) : mixed
Parameters
-
$user_id
: mixed
-
is_able_to()
public
is_able_to(mixed $action) : mixed
Parameters
-
$action
: mixed
-
isloggedin()
public
isloggedin() : mixed
isvalid()
public
isvalid(mixed $email, mixed $userenteredpassword) : mixed
Parameters
-
$email
: mixed
-
-
$userenteredpassword
: mixed
-
lastname()
public
lastname() : mixed
lastvisit()
public
lastvisit() : mixed
loggedin()
public
loggedin() : mixed
login()
public
login(mixed $returl, mixed $expire) : mixed
Parameters
-
$returl
: mixed
-
-
$expire
: mixed
-
logout()
public
logout(mixed $returl) : mixed
Parameters
-
$returl
: mixed
-
optin()
public
optin() : mixed
password()
public
password() : mixed
possible_statuses()
public
possible_statuses() : mixed
postcode()
public
postcode() : mixed
postcode_is_set()
public
postcode_is_set() : mixed
registrationip()
public
registrationip() : mixed
registrationtime()
public
registrationtime() : mixed
send_confirmation_email()
public
send_confirmation_email(mixed $details) : mixed
Parameters
-
$details
: mixed
-
send_email_confirmation_email()
public
send_email_confirmation_email(mixed $details) : mixed
Parameters
-
$details
: mixed
-
send_password_reminder()
public
send_password_reminder() : mixed
set_postcode_cookie()
public
set_postcode_cookie(mixed $pc) : mixed
Parameters
-
$pc
: mixed
-
status()
public
status() : mixed
unset_postcode_cookie()
public
unset_postcode_cookie() : mixed
update_lastvisit()
public
update_lastvisit() : mixed
update_other_user()
public
update_other_user(mixed $details) : mixed
Parameters
-
$details
: mixed
-
update_self()
public
update_self(mixed $details[, mixed $confirm_email = true ]) : mixed
Parameters
-
$details
: mixed
-
-
$confirm_email
: mixed
= true
-
update_self_no_confirm()
public
update_self_no_confirm(mixed $details) : mixed
Parameters
-
$details
: mixed
-
url()
public
url() : mixed
user_id()
public
user_id() : mixed
_login()
private
_login(mixed $returl, mixed $expire, mixed $cookie[, mixed $cookie_name = 'epuser_id' ]) : mixed
Parameters
-
$returl
: mixed
-
-
$expire
: mixed
-
-
$cookie
: mixed
-
-
$cookie_name
: mixed
= 'epuser_id'
-