The SyncML_Command_SyncHdr class provides a SyncML implementation of the SyncHdr as defined in SyncML Representation Protocol, version 1.1, section 5.2.2.
SyncHdr is not really a sync command, but this class takes advantage of the XML parser in SyncML_Command.
$Horde: framework/SyncML/SyncML/Command/SyncHdr.php,v 1.4.2.5 2009/04/05 21:38:48 jan Exp $
Copyright 2006-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /SyncML/SyncML/Command/SyncHdr.php (line 25)
SyncML_Command | --SyncML_Command_SyncHdr
Authentication credential as specified by the <Cred><Data> element.
Encoding format of $credData as specified in the <Cred><Meta><Format> element like 'b64'.
Media type of $credData as specified in the <Cred><Meta><Type> element like 'auth-basic'.
Username as specified in the <LocName> element.
Name of the command.
Maximum size of a SyncML message in bytes as specified by the <Meta><MaxMsgSize> element.
Id of the current message as specified in the <MsgID> element.
Id of this SyncML session as specified in the <SessionID> element.
This is not to confuse with the PHP session id, though it is part of the generated PHP session id.
The source URI as specified by the <Source><LocURI> element.
The target URI as specified by the <Target><LocURI> element.
This is normally the URL of the Horde RPC server. However the client is free to send anything.
SyncML protocol version as specified in the <VerProto> element.
Inherited from SyncML_Command
SyncML_Command::$_chars
SyncML_Command::$_cmdID
SyncML_Command::$_outputHandler
SyncML_Command::$_stack
End element handler for the XML parser, delegated from SyncML_ContentHandler::endElement().
Starts the PHP session and instantiates the global SyncML_State object if doesn't exist yet.
Inherited From SyncML_Command
SyncML_Command::SyncML_Command()
SyncML_Command::characters()
SyncML_Command::endElement()
SyncML_Command::factory()
SyncML_Command::getCommandName()
SyncML_Command::handleCommand()
SyncML_Command::startElement()
Documentation generated on Sun, 30 Jan 2011 05:22:34 +0000 by phpDocumentor 1.4.3