Class SyncML_Command_Get

Description

The SyncML_Command_Get class provides a SyncML implementation of the Get command as defined in SyncML Representation Protocol, version 1.1, section 5.5.7.

The Get command is used to retrieve data from the recipient. The SyncML_Command_Get class responds to a client Get request and returns the DevInf information for the SyncML server.

$Horde: framework/SyncML/SyncML/Command/Get.php,v 1.14.10.16 2009/04/05 20:24:43 jan Exp $

Copyright 2003-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/Get.php (line 26)

SyncML_Command
   |
   --SyncML_Command_Get
Variable Summary
 string $_cmdName
Method Summary
 void handleCommand ([ $debug = false])
Variables
string $_cmdName = 'Get' (line 33)

Name of the command.


Redefinition of:
SyncML_Command::$_cmdName
Name of the command, like 'Put'.

Inherited Variables

Inherited from SyncML_Command

SyncML_Command::$_chars
SyncML_Command::$_cmdID
SyncML_Command::$_outputHandler
SyncML_Command::$_stack
Methods
handleCommand (line 38)

Implements the actual business logic of the Alert command.

void handleCommand ([ $debug = false])
  • $debug

Redefinition of:
SyncML_Command::handleCommand()
This method is supposed to implement the actual business logic of the command once the XML parsing is complete.

Inherited Methods

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:17:51 +0000 by phpDocumentor 1.4.3