PHP Class Elgg\Http\DatabaseSessionHandler

Inheritance: implements SessionHandlerInterface
Datei anzeigen Open project: elgg/elgg

Protected Properties

Property Type Description
$db Elgg\Database

Public Methods

Method Description
__construct ( Database $db ) Constructor
close ( ) {@inheritDoc}
destroy ( $session_id ) {@inheritDoc}
gc ( $max_lifetime ) {@inheritDoc}
open ( $save_path, $name ) {@inheritDoc}
read ( $session_id ) {@inheritDoc}
write ( $session_id, $session_data ) {@inheritDoc}

Method Details

__construct() public method

Constructor
public __construct ( Database $db )
$db Elgg\Database The database

close() public method

{@inheritDoc}
public close ( )

destroy() public method

{@inheritDoc}
public destroy ( $session_id )

gc() public method

{@inheritDoc}
public gc ( $max_lifetime )

open() public method

{@inheritDoc}
public open ( $save_path, $name )

read() public method

{@inheritDoc}
public read ( $session_id )

write() public method

{@inheritDoc}
public write ( $session_id, $session_data )

Property Details

$db protected_oe property

protected Database,Elgg $db
return Elgg\Database