class KeyWritten (View source)

Properties

string $key The key that was written.
mixed $value The value that was written.
int $minutes The number of minutes the key should be valid.
array $tags The tags that were assigned to the key.

Methods

void
__construct( string $key, mixed $value, int $minutes, array $tags = array())

Create a new event instance.

Details

at line line 44
void __construct( string $key, mixed $value, int $minutes, array $tags = array())

Create a new event instance.

Parameters

string $key
mixed $value
int $minutes
array $tags

Return Value

void