PHP Class System\session

Show file Open project: anchorcms/anchor-cms

Public Methods

Method Description
close ( )
erase ( $key )
flash ( $data = null )
get ( $key, $default = null )
put ( $key, $value )
regenerate ( $destroy = false )
setOptions ( array $options = [] )
start ( )

Method Details

close() public static method

public static close ( )

erase() public static method

public static erase ( $key )

flash() public static method

public static flash ( $data = null )

get() public static method

public static get ( $key, $default = null )

put() public static method

public static put ( $key, $value )

regenerate() public static method

public static regenerate ( $destroy = false )

setOptions() public static method

public static setOptions ( array $options = [] )
$options array

start() public static method

public static start ( )