.

HijackAccount Class Reference

A class wrapping some stuff regarding hikacking. More...

List of all members.

Static Public Member Functions

static  is_hijacked ()
  Returns true, if the current account is hijacked.

Public Attributes

const  COOKIE_NAME = 'C128A'

Detailed Description

A class wrapping some stuff regarding hikacking.

Definition at line 5 of file hijackaccount.cls.php.


Member Function Documentation

static HijackAccount::is_hijacked (  )  [static]

Returns true, if the current account is hijacked.

Returns:
bool

Definition at line 13 of file hijackaccount.cls.php.

00013                                              {
00014                 return (Cookie::get_cookie_value(HijackAccount::COOKIE_NAME) !== false);                
00015         }

Member Data Documentation

const HijackAccount::COOKIE_NAME = 'C128A'

Definition at line 6 of file hijackaccount.cls.php.


The documentation for this class was generated from the following file: