Class we_net_LiveUpdate_Session

Description

webEdition SDK

LICENSE_TEXT

TODO insert license text

Located in /net/LiveUpdate/Session.php (line 16)


	
			
Method Summary
we_net_LiveUpdate_Session __construct ()
void destroy ()
string getID ()
void isRunning ()
void start ()
void validate ()
void __get ([ $var = ""])
void __set ([ $var = ""], [ $value = ""])
string __toString ()
Methods
Constructor __construct (line 39)
  • access: public
we_net_LiveUpdate_Session __construct ()
destroy (line 81)

destroy the current liveUpdate session by sending a http request

  • access: public
void destroy ()
getID (line 110)
  • return: liveUpdate session id
  • access: public
string getID ()
isRunning (line 89)

checks if the update server session has already been started

  • access: public
void isRunning ()
start (line 73)

start a liveUpdate session on the update server by sending a http request

  • access: public
void start ()
validate (line 102)

validates the session id by sending a http request to the server

and checking if the session is already / still running

  • access: public
void validate ()
__get (line 63)

getter metod for reading session parameters from the update server's session context

  • access: public
void __get ([ $var = ""])
  • $var
__set (line 56)

setter method for setting a session parameter for the liveUpdate session

this parameter will be saved in the session context of the update server

  • access: public
void __set ([ $var = ""], [ $value = ""])
  • $var
  • $value
__toString (line 47)
  • return: liveUpdate session id
  • access: public
string __toString ()

Documentation generated on Mon, 01 Sep 2008 11:35:43 +0200 by phpDocumentor 1.4.0