PHP Класс 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.
Автор: Karsten Fourmont ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_SyncMl_Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Открытые методы

Метод Описание
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.

Описание методов

endElement() публичный Метод

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() публичный Метод

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

Описание свойств

$_cmdName защищенное свойство

Name of the command.
protected string $_cmdName
Результат string

$_mapSources защищенное свойство

Originator map item specifiers.
protected array $_mapSources
Результат array

$_mapTargets защищенное свойство

Recipient map item specifiers.
protected array $_mapTargets
Результат array

$_sourceLocURI защищенное свойство

Source database of the Map command.
protected string $_sourceLocURI
Результат string

$_targetLocURI защищенное свойство

Target database of the Map command.
protected string $_targetLocURI
Результат string