[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/ -> SyncML.php (sommaire)

(pas de description)

Poids: 542 lignes (17 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 7 fichiers
 lib/SyncML/Sync.php
 lib/SyncML/Command/Final.php
 lib/SyncML/Command/Sync.php
 lib/SyncML/Command.php
 lib/SyncML/Backend.php
 lib/SyncML/Command/Alert.php
 lib/SyncML/Command/Status.php

Définit 3 classes

SyncML_ContentHandler:: (4 méthodes):
  setOutput()
  startElement()
  endElement()
  characters()

SyncML_SyncMLHdr:: (11 méthodes):
  getStateFromSession()
  startElement()
  endElement()
  outputSyncHdr()
  getSourceURI()
  getLocName()
  getSessionID()
  getVersion()
  getMsgID()
  getTargetURI()
  opaque()

SyncML_SyncMLBody:: (3 méthodes):
  startElement()
  endElement()
  characters()


Classe: SyncML_ContentHandler  - X-Ref

The SyncML_SyncHdr and SyncML_SyncBody classes provides
a SyncHdr and SyncBody in SyncML Representation Protocol, version
1.1 5.2.2 and 5.2.3.  Most of the work is passed on to
SyncML_Command_Alert and SyncML_Command_Sync.

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. Currently the
horde backend is the only backend provided.

$Horde: framework/SyncML/SyncML.php,v 1.21.10.10 2006/01/01 21:28:35 jan Exp $

Copyright 2003-2006 Anthony Mills <amills@pyramid6.com>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

setOutput(&$output)   X-Ref


startElement($uri, $element, $attrs)   X-Ref
Pas de description

endElement($uri, $element)   X-Ref
Pas de description

characters($str)   X-Ref
Pas de description

Classe: SyncML_SyncMLHdr  - X-Ref

Defined in SyncML Representation Protocol, version 1.1 5.2.2

getStateFromSession($sourceURI, $locName, $sessionID)   X-Ref
Pas de description

startElement($uri, $element, $attrs)   X-Ref
Pas de description

endElement($uri, $element)   X-Ref
Pas de description

outputSyncHdr(&$output)   X-Ref
Pas de description

getSourceURI()   X-Ref
Pas de description

getLocName()   X-Ref
Pas de description

getSessionID()   X-Ref
Pas de description

getVersion()   X-Ref
Pas de description

getMsgID()   X-Ref
Pas de description

getTargetURI()   X-Ref
Pas de description

opaque($o)   X-Ref
Pas de description

Classe: SyncML_SyncMLBody  - X-Ref

Defined in SyncML Representation Protocol, version 1.1 5.2.3

startElement($uri, $element, $attrs)   X-Ref
Pas de description

endElement($uri, $element)   X-Ref
Pas de description

characters($str)   X-Ref
Pas de description



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7