PHP Class Horde_SyncMl_Command_Map, horde

The Map command is used to update identifier maps. Copyright 2004-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.
Author: Karsten Fourmont ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_SyncMl_Command
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_cmdName string Name of the command.
$_mapSources array Originator map item specifiers.
$_mapTargets array Recipient map item specifiers.
$_sourceLocURI string Source database of the Map command.
$_targetLocURI string Target database of the Map command.

Méthodes publiques

Méthode Description
endElement ( string $uri, string $element ) End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().
handleCommand ( $debug = false ) Implements the actual business logic of the Alert command.

Method Details

endElement() public méthode

End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().
public endElement ( string $uri, string $element )
$uri string The namespace URI of the element.
$element string The element tag name.

handleCommand() public méthode

Implements the actual business logic of the Alert command.
public handleCommand ( $debug = false )

Property Details

$_cmdName protected_oe property

Name of the command.
protected string $_cmdName
Résultat string

$_mapSources protected_oe property

Originator map item specifiers.
protected array $_mapSources
Résultat array

$_mapTargets protected_oe property

Recipient map item specifiers.
protected array $_mapTargets
Résultat array

$_sourceLocURI protected_oe property

Source database of the Map command.
protected string $_sourceLocURI
Résultat string

$_targetLocURI protected_oe property

Target database of the Map command.
protected string $_targetLocURI
Résultat string