Home       Servicebereich  Projekte  Kontakt  

OXSession


Class OXSession

Description

OXSession - OpenExchange session class

Located in /OXSession.php (line 373)


	
			
Variable Summary
string $clientip
string $hostname
string $language
string $login
string $password
string $sid
string $weburi
Method Summary
object OXSession (string $login, string $password, string $language, string $clientip, string $hostname, string $sid)
Variables
string $clientip (line 410)

The ip address of the client.

  • access: public
string $hostname (line 419)

The hostname of the openexchange server.

  • access: public
string $language (line 401)

The configured language.

  • access: public
string $login (line 383)

The login name.

  • access: public
string $password (line 392)

The cleartext password.

  • access: public
string $sid (line 428)

The session id of the current session

  • access: public
string $weburi (line 437)

The URI of the openexchange webinterface

  • access: public
Methods
Constructor OXSession (line 451)

Constructor

  • access: public
object OXSession (string $login, string $password, string $language, string $clientip, string $hostname, string $sid)
  • string $login
  • string $password
  • string $language
  • string $clientip
  • string $hostname
  • string $sid

Documentation generated on Sun, 19 Jun 2005 21:37:49 +0200 by phpDocumentor 1.2.3


< zurück  | weiter >