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

Class: MantisSession

Source Location: /core/session_api.php

Class Overview


Abstract interface for a MantisBT session handler.


Author(s):

Variables

Methods


Child classes:

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'.

Class Details

[line 49]
Abstract interface for a MantisBT session handler.



Tags:

abstract:  


[ Top ]


Class Variables

$id =

[line 50]


Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 55]

MantisSession __construct( )

Constructor



Tags:

abstract:  


Overridden in child classes as:

MantisPHPSession::__construct()
Constructor

[ Top ]

method delete [line 75]

void delete( string $p_name)

delete session data



Tags:

abstract:  


Overridden in child classes as:

MantisPHPSession::delete()
delete session data

Parameters:

string   $p_name  

[ Top ]

method destroy [line 80]

void destroy( )

destroy session



Tags:

abstract:  


Overridden in child classes as:

MantisPHPSession::destroy()
destroy session

[ Top ]

method get [line 62]

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

get session data



Tags:

abstract:  


Overridden in child classes as:

MantisPHPSession::get()
get session data

Parameters:

string   $p_name  
mixed   $p_default  

[ Top ]

method set [line 69]

void set( string $p_name, mixed $p_value)

set session data



Tags:

abstract:  


Overridden in child classes as:

MantisPHPSession::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