A SyncML command is a protocol primitive. Each SyncML command specifies to a
recipient an individual operation that is to be performed.
The Horde_SyncMl_Command objects are hooked into the XML parser of the
Horde_SyncMl_ContentHandler class and are reponsible for parsing a single
command inside the SyncBody section of a SyncML message. All actions that
must be executed for a single SyncML command are handled by these objects,
by means of the handleCommand() method.
Copyright 2003-2016 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.