phpDocumentor CoreAPI
SessionAPI
[ class tree: CoreAPI ] [ index: CoreAPI ] [ all elements ]

Class: MantisPHPSession

Source Location: /core/session_api.php

Class MantisPHPSession

Class Overview

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

Located in /core/session_api.php [line 53]

MantisSession
   |
   --MantisPHPSession

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Method Summary
MantisPHPSession   __construct()  
void   delete()  
void   destroy()  
void   get()  
void   set()  

[ Top ]
Methods
Constructor __construct  [line 54]

  MantisPHPSession __construct( [ $p_session_id = null]  )

Parameters:
   $p_session_id: 


Redefinition of:
MantisSession::__construct()

[ Top ]
delete  [line 103]

  void delete( $p_name  )

Parameters:
   $p_name: 


Redefinition of:
MantisSession::delete()

[ Top ]
destroy  [line 107]

  void destroy( )



Redefinition of:
MantisSession::destroy()

[ Top ]
get  [line 86]

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

Parameters:
   $p_name: 
   $p_default: 


Redefinition of:
MantisSession::get()

[ Top ]
set  [line 99]

  void set( $p_name, $p_value  )

Parameters:
   $p_name: 
   $p_value: 


Redefinition of:
MantisSession::set()

[ Top ]

Documentation generated on Sun, 05 Apr 2009 23:01:33 +0100 by phpDocumentor 1.4.1