MantisBT
[ class tree: MantisBT ] [ index: MantisBT ] [ all elements ]

Class: MantisPHPSession

Source Location: /core/session_api.php

Class Overview

MantisSession
   |
   --MantisPHPSession

Implementation of the abstract MantisBT session interface using standard PHP sessions stored on the server's filesystem according to PHP's session.* settings in 'php.ini'.


Methods


Inherited Variables

Inherited Methods

Class: MantisSession

MantisSession::__construct()
Constructor
MantisSession::delete()
delete session data
MantisSession::destroy()
destroy session
MantisSession::get()
get session data
MantisSession::set()
set session data

Class Details

[line 90]
Implementation of the abstract MantisBT session interface using standard PHP sessions stored on the server's filesystem according to PHP's session.* settings in 'php.ini'.



[ Top ]


Class Methods


constructor __construct [line 94]

MantisPHPSession __construct( [ $p_session_id = null])

Constructor



Overrides MantisSession::__construct() (Constructor)

Parameters:

   $p_session_id  

[ Top ]

method delete [line 161]

void delete( string $p_name)

delete session data



Overrides MantisSession::delete() (delete session data)

Parameters:

string   $p_name  

[ Top ]

method destroy [line 168]

void destroy( )

destroy session



Overrides MantisSession::destroy() (destroy session)

[ Top ]

method get [line 135]

void get( string $p_name, [mixed $p_default = null])

get session data



Overrides MantisSession::get() (get session data)

Parameters:

string   $p_name  
mixed   $p_default  

[ Top ]

method set [line 153]

void set( string $p_name, mixed $p_value)

set session data



Overrides MantisSession::set() (set session data)

Parameters:

string   $p_name  
mixed   $p_value  

[ Top ]


Documentation generated on Sun, 12 Dec 2010 23:50:49 +0900 by phpDocumentor 1.4.3
inserted by FC2 system