Class Horde_SyncMl_Command_SyncHdr
The Horde_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 Horde_SyncMl_Command.
Copyright 2006-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_SyncMl_Command
- Horde_SyncMl_Command_SyncHdr
Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/Command/SyncHdr.php
public
|
#
endElement( string $uri, string $element )
End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement(). |
public
|
#
setupState( )
Starts the PHP session and instantiates the global Horde_SyncMl_State object if doesn't exist yet. |
__construct(),
characters(),
factory(),
getCommandName(),
handleCommand(),
startElement()
|
public
string
|
$user
Username as specified in the |
|
public
string
|
$credData
Authentication credential as specified by the |
|
public
string
|
$credFormat
Encoding format of $credData as specified in the |
|
public
string
|
$credType
Media type of $credData as specified in the |