File/SyncML/SyncML.php

Description

There are two global objects that are used by SyncML: 1) $_SESSION['SyncML.state']: session object used to maintain the state between the individual SyncML messages.

2) $GLOBALS['backend'] Backend to handle the communication with the datastore.

Classes
Class Description
 class SyncML_ContentHandler
Includes
 require_once ('SyncML/Command/SyncHdr.php') (line 37)
 require_once ('SyncML/State.php') (line 35)

There are two global objects that are used by SyncML: 1) $_SESSION['SyncML.state']: session object used to maintain the state between the individual SyncML messages.

2) $GLOBALS['backend'] Backend to handle the communication with the datastore.

 require_once ('SyncML/Command.php') (line 36)
 require_once ('SyncML/Sync.php') (line 38)
 require_once (Log.php) (line 43)
 require_once ('SyncML/XMLOutput.php') (line 39)
 require_once ('SyncML/Backend.php') (line 40)

Documentation generated on Sun, 30 Jan 2011 05:22:34 +0000 by phpDocumentor 1.4.3