Private Method Details |
get_post_values |
private void get_post_values( object sessionobject &$sessionobject, array $postarray )
|
|
Places the $_POST values in the session array
|
Parameter |
|
object sessionobject |
&$sessionobject |
|
|
The current session object |
|
|
array |
$postarray |
|
|
The $_POST array |
|
Returns |
void |
|
updateDisplay |
private void updateDisplay( object sessionobject &$sessionobject, object displayobject &$displayobject )
|
|
Modifyes the display depending on the state of the session object.
|
Parameter |
|
object sessionobject |
&$sessionobject |
|
|
The current session object |
|
|
object displayobject |
&$displayobject |
|
|
The display object to be updated |
|
Returns |
void |
|
return_session |
private object [unknown] return_session( object databaseobject &$Db_object, string &$targettableprefix )
|
|
Returns the current session or false if there isn't a current one
|
Parameter |
|
object databaseobject |
&$Db_object |
|
|
The database object connected to the dB where the session is stored |
|
|
string |
&$targettableprefix |
|
|
Table prefix |
|
Returns |
object [unknown] |boolean |
|
store_session |
private void store_session( object databaseobject &$Db_object, string &$targettableprefix, object sessionobject &$ImpExSession )
|
|
Stores the current session
|
Parameter |
|
object databaseobject |
&$Db_object |
|
|
The database object connected to the dB where the session is stored |
|
|
string |
&$targettableprefix |
|
|
Table prefix |
|
|
object sessionobject |
&$ImpExSession |
|
|
The session to store |
|
Returns |
void |
|