PHP Class lithium\tests\mocks\storage\session\strategy\MockCookieSession

Inheritance: extends lithium\core\Object
Datei anzeigen Open project: unionofrad/lithium Class Usage Examples

Protected Properties

Property Type Description
$_data
$_secret

Public Methods

Method Description
data ( ) : array Method for returning data currently stored in this mock.
read ( $key = null, array $options = [] )
reset ( )
write ( $key, $value = null, array $options = [] )

Method Details

data() public static method

Method for returning data currently stored in this mock.
public static data ( ) : array
return array

read() public static method

public static read ( $key = null, array $options = [] )
$options array

reset() public static method

public static reset ( )

write() public static method

public static write ( $key, $value = null, array $options = [] )
$options array

Property Details

$_data protected_oe static_oe property

protected static $_data

$_secret protected_oe static_oe property

protected static $_secret