Method |
Description |
|
__construct ( Horde_Kolab_Session $session ) |
Constructor. |
|
connect ( string $user_id = null, array $credentials = null ) : null |
Try to connect the session handler. |
|
export ( ) : array |
Export the session data as array. |
|
getFreebusyServer ( ) : string |
Return the freebusy server. |
|
getId ( ) : string |
Return the user id used for connecting the session. |
|
getImapServer ( ) : string |
Return the imap server. |
|
getMail ( ) : string |
Return the users mail address. |
|
getName ( ) : string |
Return the users name. |
|
getUid ( ) : string |
Return the users uid. |
|
import ( array $session_data ) : null |
Import the session data from an array. |
|
purge ( ) : null |
Clear the session data. |
|