Element index for package sessions
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
a
- $agent_ID
- in file _hit.class.php, variable Hit::$agent_ID
The ID of the user agent entry in T_useragents.
- $agent_name
- in file _hit.class.php, variable Hit::$agent_name
The user agent name, eg "safari"
- $agent_platform
- in file _hit.class.php, variable Hit::$agent_platform
The user agent platform, eg "mac"
- $agent_type
- in file _hit.class.php, variable Hit::$agent_type
The user agent type.
f
- filter_basedomains
- in file _stats_refdomains.view.php, function filter_basedomains()
Callback to add filters on top of the result set
- filter_goals
- in file _stats_goals.view.php, function filter_goals()
Callback to add filters on top of the result set
- filter_hits
- in file _goal_hitsummary.view.php, function filter_hits()
Callback to add filters on top of the result set
- filter_keyphrases
- in file _stats_search_keywords.view.php, function filter_keyphrases()
Callback to add filters on top of the result set
- filter_sessions
- in file _stats_sessions_list.view.php, function filter_sessions()
Callback to add filters on top of the result set
- filter_useragents
- in file _stats_useragents.view.php, function filter_useragents()
Callback to add filters on top of the result set
g
- get
- in file _session.class.php, method Session::get()
Get a data value for the session. This checks for the data to be expired and unsets it then.
- get_agent_name
- in file _hit.class.php, method Hit::get_agent_name()
Get the User agent's name.
- get_agent_platform
- in file _hit.class.php, method Hit::get_agent_platform()
Get the User agent's platform.
- get_agent_type
- in file _hit.class.php, method Hit::get_agent_type()
Get the User agent's type.
- get_keyphrase
- in file _hit.class.php, method Hit::get_keyphrase()
Get the keyphrase from the referer
- get_name
- in file _goal.class.php, method Goal::get_name()
dummy docblock makes error-free autodocs
- get_referer_domain_ID
- in file _hit.class.php, method Hit::get_referer_domain_ID()
Get referer_domain_ID (ID of the referer in T_basedomains).
- get_remote_host
- in file _hit.class.php, method Hit::get_remote_host()
Get the remote hostname.
- get_serprank
- in file _hit.class.php, method Hit::get_serprank()
Get the serprank from the referer
- get_User
- in file _session.class.php, method Session::get_User()
Get the attached User.
- get_user_agent
- in file _hit.class.php, method Hit::get_user_agent()
Get the User agent's signature.
- Goal
- in file _goal.class.php, method Goal::Goal()
Constructor
- Goal
- in file _goal.class.php, class Goal
Filetype Class
- goals.ctrl.php
- procedural page goals.ctrl.php
h
- has_User
- in file _session.class.php, method Session::has_User()
Check if session has a user attached.
- Hit
- in file _hit.class.php, method Hit::Hit()
Constructor
- Hit
- in file _hit.class.php, class Hit
A hit to a blog.
- Hitlist
- in file _hitlist.class.php, class Hitlist
A list of hits. Provides functions for maintaining and extraction of Hits.
i
- $ID
- in file _session.class.php, variable Session::$ID
The ID of the session.
- $ID
- in file _hit.class.php, variable Hit::$ID
ID in DB, gets set when http://www.php.net/log was called and the hit was logged.
- $ignore
- in file _hit.class.php, variable Hit::$ignore
Ignore this hit?
- $IP
- in file _hit.class.php, variable Hit::$IP
Remote address (IP).
- $is_validated
- in file _session.class.php, variable Session::$is_validated
Is the session validated? This means that it was created from a received cookie.
- is_browser_reload
- in file _hit.class.php, method Hit::is_browser_reload()
Is this a browser reload (F5)?
- is_firefox
- in file _hit.class.php, method Hit::is_firefox()
Is this Firefox?
- is_gecko
- in file _hit.class.php, method Hit::is_gecko()
Is this Gecko?
- is_lynx
- in file _hit.class.php, method Hit::is_lynx()
Is this Lynx?
- is_macIE
- in file _hit.class.php, method Hit::is_macIE()
Is this MacIE?
- is_new_view
- in file _hit.class.php, method Hit::is_new_view()
Determine if a hit is a new view (not reloaded or from a robot).
- is_NS4
- in file _hit.class.php, method Hit::is_NS4()
Is this Netscape4?
- is_opera
- in file _hit.class.php, method Hit::is_opera()
Is this Opera?
- is_safari
- in file _hit.class.php, method Hit::is_safari()
Is this Safari?
- is_winIE
- in file _hit.class.php, method Hit::is_winIE()
Is this WinIE?
k
- $key
- in file _session.class.php, variable Session::$key
The session key (to be used in URLs).
- $key
- in file _goal.class.php, variable Goal::$key
l
- $logged
- in file _hit.class.php, variable Hit::$logged
Is the hit already logged?
- load_from_Request
- in file _goal.class.php, method Goal::load_from_Request()
Load data from Request form fields.
- log
- in file _hit.class.php, method Hit::log()
T-Tag: Log a hit on a blog page / rss feed.
- logout
- in file _session.class.php, method Session::logout()
Logout the user, by invalidating the session key and unsetting $user_ID.
p
- prune
- in file _hitlist.class.php, method Hitlist::prune()
Delete all hits for a specific date
s
- stats.ctrl.php
- procedural page stats.ctrl.php
- Session
- in file _session.class.php, method Session::Session()
Constructor
- Session
- in file _session.class.php, class Session
A session tracks a given user (not necessarily logged in) while he's navigating the site.
- sessions_Module
- in file _sessions.init.php, class sessions_Module
sessions_Module definition
- session_unserialize_callback
- in file _session.class.php, function session_unserialize_callback()
This gets used as a http://www.php.net/unserialize callback function, which is responsible for loading the requested class.
- session_unserialize_load_all_classes
- in file _session.class.php, function session_unserialize_load_all_classes()
When session_unserialize_callback() cannot be registered to do some smart loading, then we fall back to this function and load everything with brute force...
- set
- in file _goal.class.php, method Goal::set()
Set param value
- set
- in file _session.class.php, method Session::set()
Set a data value for the session.
- set_User
- in file _session.class.php, method Session::set_User()
Attach a User object to the session.
- set_user_ID
- in file _session.class.php, method Session::set_user_ID()
Attach a user ID to the session.
- should_be_logged
- in file _hit.class.php, method Hit::should_be_logged()
Tell if a HIT should be logged:
- stats_basedomain
- in file _hitlog.funcs.php, function stats_basedomain()
- stats_blog_ID
- in file _hitlog.funcs.php, function stats_blog_ID()
- stats_blog_name
- in file _hitlog.funcs.php, function stats_blog_name()
- stats_format_req_URI
- in file _stats_view.funcs.php, function stats_format_req_URI()
Helper function for "Requested URI" column
- stats_hit_count
- in file _hitlog.funcs.php, function stats_hit_count()
- stats_hit_ID
- in file _hitlog.funcs.php, function stats_hit_ID()
- stats_hit_percent
- in file _hitlog.funcs.php, function stats_hit_percent()
- stats_hit_remote_addr
- in file _hitlog.funcs.php, function stats_hit_remote_addr()
- stats_referer
- in file _hitlog.funcs.php, function stats_referer()
- stats_req_URI
- in file _hitlog.funcs.php, function stats_req_URI()
- stats_search_keywords
- in file _hitlog.funcs.php, function stats_search_keywords()
Displays keywords used for search leading to this page
- stats_time
- in file _hitlog.funcs.php, function stats_time()
- stats_total_hit_count
- in file _hitlog.funcs.php, function stats_total_hit_count()
- stats_user_agent
- in file _hitlog.funcs.php, function stats_user_agent()
stats_user_agent(-)
- stat_session_login
- in file _stats_view.funcs.php, function stat_session_login()
t
- translate_user_agent
- in file _stats_robots.view.php, function translate_user_agent()
Helper function to translate agnt_signature to a "human-friendly" version from $user_agents.
u
- $user_agent
- in file _hit.class.php, variable Hit::$user_agent
The user agent.
- $user_ID
- in file _session.class.php, variable Session::$user_ID
The user ID for the user of the session (NULL for anonymous (not logged in) user).
|
|