
Static Public Member Functions | ||||
| static | start () | |||
| static | destroy () | |||
| ||||
| static | flush () | |||
| static | assign ($var, $val) | |||
| ||||
| static | exist () | |||
| ||||
| static | get ($var) | |||
| ||||
| static & | getAll () | |||
| static | drop () | |||
| ||||
| static | dropAll () | |||
| ||||
| static | isStarted () | |||
Static Private Attributes | ||||
| static | $isStarted = false | |||
Definition at line 34 of file Session.class.php.
| static Session::start | ( | ) | [static] |
Definition at line 38 of file Session.class.php.
| static Session::destroy | ( | ) | [static] |
| static Session::flush | ( | ) | [static] |
Definition at line 63 of file Session.class.php.
| static Session::assign | ( | $ | var, | |
| $ | val | |||
| ) | [static] |
| SessionNotStartedException |
Definition at line 71 of file Session.class.php.
Referenced by TuringImage::setCode().
| static Session::exist | ( | ) | [static] |
| WrongArgumentException |
| SessionNotStartedException |
Definition at line 83 of file Session.class.php.
| static Session::get | ( | $ | var | ) | [static] |
| SessionNotStartedException |
Definition at line 102 of file Session.class.php.
Referenced by TuringImage::getCode().
| static& Session::getAll | ( | ) | [static] |
Definition at line 110 of file Session.class.php.
| static Session::drop | ( | ) | [static] |
| WrongArgumentException |
| SessionNotStartedException |
Definition at line 119 of file Session.class.php.
| static Session::dropAll | ( | ) | [static] |
| static Session::isStarted | ( | ) | [static] |
Definition at line 146 of file Session.class.php.
Session::$isStarted = false [static, private] |
Definition at line 36 of file Session.class.php.
1.5.4