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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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