CLOSE
in package
Close WIKINDX tidily and print footer.
Table of Contents
Methods
- __construct() : mixed
- CLOSE
- tidySession() : mixed
- tidySession
Methods
__construct()
CLOSE
public
__construct([bool $displayHeader = true ][, bool $displayFooter = true ][, bool $displayMenu = true ][, bool $displayPopUp = false ]) : mixed
Parameters
- $displayHeader : bool = true
-
default TRUE
- $displayFooter : bool = true
-
default TRUE
- $displayMenu : bool = true
-
default TRUE
- $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.