Previous Page
add()

Solar_Session
addFlash()

Next Page
apiVersion()

addFlash()

public void addFlash ( string $key, mixed $val )

Appends a flash value to a key.

Parameters

  • (string) $key: The flash key.
  • (mixed) $val: The flash value to add to the key; this will result in the flash becoming an array.

Returns

  • (void)

Description

Appends a flash value to a key.