SproutCMS

This is the code documentation for the SproutCMS project

function setFlash()

Set a flash variable.

Usage

void Session::setFlash ( string|array $keys [, mixed $val ] );

Arguments

  1. string|array $keys
    key, or array of values
  2. mixed $val = FALSE
    value (if keys is not an array)

Return value

  • void