Class Horde_SyncMl_Command_Put
The Horde_SyncMl_Command_Put class provides a SyncML implementation of the Put command as defined in SyncML Representation Protocol, version 1.1, section 5.5.10.
The Put command is used to transfer data items to a recipient network device or database. The Horde_SyncMl_Command_Put class handles DevInf device information sent by the client.
The data is stored in a Horde_SyncMl_DeviceInfo object which is defined in Device.php and then stored in Horde_SyncMl_Device as an attribute.
Copyright 2005-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_Put
Direct known subclasses
Horde_SyncMl_Command_ResultsAuthor: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/Command/Put.php
public
|
#
startElement( string $uri, string $element, array $attrs )
Start element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::startElement(). |
public
|
#
endElement( string $uri, string $element )
End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement(). |
public
|
__construct(),
characters(),
factory(),
getCommandName()
|