CLOSENOMENU
extends CLOSE
in package
Close WIKINDX tidily (no menu - used for initial logon screen).
Table of Contents
Methods
- __construct() : mixed
- CLOSENOMENU
- tidySession() : mixed
- tidySession
Methods
__construct()
CLOSENOMENU
public
__construct([bool $displayHeader = true ][, bool $displayFooter = true ][, bool $displayMenu = false ][, bool $displayPopUp = false ]) : mixed
Parameters
- $displayHeader : bool = true
-
default TRUE
- $displayFooter : bool = true
-
default TRUE
- $displayMenu : bool = false
-
default FALSE
- $displayPopUp : bool = false
-
default FALSE
tidySession()
tidySession
protected
tidySession() : mixed
A convenient place to clear certain session values which we definitely don't want the next time around. Also, write tempStorage to database if using browserTabID. Note that AJAX operations (such as removing elements in ASEARCHFORM) do not have access to the current browserTabID. Hence the code here: store browserTabID in a session along with an array of tempStorage elements to remove/add from/to the database.