PHP Class Horde_Session_Null, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Session, implements Horde_Shutdown_Task
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor.
clean ( )
close ( )
destroy ( )
setup ( $start = true, $cache_limiter = null, $session_id = null )
shutdown ( ) Shutdown tasks.
start ( )

Protected Methods

Method Description
_start ( )

Method Details

__construct() public method

Constructor.
public __construct ( )

_start() protected method

protected _start ( )

clean() public method

public clean ( )

close() public method

public close ( )

destroy() public method

public destroy ( )

setup() public method

public setup ( $start = true, $cache_limiter = null, $session_id = null )

shutdown() public method

Shutdown tasks.
public shutdown ( )

start() public method

public start ( )