Solar_Session::__get()

public mixed Solar_Session::__get ( string $key )

Magic get for store and flash as a temporary measure.

Parameters

  • (string) $key: The session key to retrieve.

Returns

  • (mixed) The value of the key.

Description

Magic get for store and flash as a temporary measure.



Local