PHP 클래스 Horde_SyncMl_Command_Put, horde

The Put command is used to transfer data items to a recipient network device or database. The Horde_SyncMl_Command_Put class handles DevInf device information sent by the client. The data is stored in a Horde_SyncMl_DeviceInfo object which is defined in Device.php and then stored in Horde_SyncMl_Device as an attribute. Copyright 2005-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

보호된 프로퍼티들

프로퍼티 타입 설명
$_VerCT string specifies the version of a supported content type.
$_cmdName string Name of the command.
$_currentCTType string specifies the type of a supported content type.
$_currentDS Horde_SyncMl_DataStore specifies the properties of a given local datastore.
$_currentParamName string specifies supported parameters of a given content type property.
$_currentPropName string specifies a supported property of a given content type.
$_currentXNam string specifies the name of one of the DevInf extension element types.
$_devinf Horde_SyncMl_DeviceInfo specifies the type of the source synchronization device.

공개 메소드들

메소드 설명
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.
startElement ( string $uri, string $element, array $attrs ) Start element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::startElement().

메소드 상세

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 )

startElement() 공개 메소드

Start element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::startElement().
public startElement ( string $uri, string $element, array $attrs )
$uri string The namespace URI of the element.
$element string The element tag name.
$attrs array A hash with the element's attributes.

프로퍼티 상세

$_VerCT 보호되어 있는 프로퍼티

specifies the version of a supported content type.
protected string $_VerCT
리턴 string

$_cmdName 보호되어 있는 프로퍼티

Name of the command.
protected string $_cmdName
리턴 string

$_currentCTType 보호되어 있는 프로퍼티

specifies the type of a supported content type.
protected string $_currentCTType
리턴 string

$_currentDS 보호되어 있는 프로퍼티

specifies the properties of a given local datastore.
protected Horde_SyncMl_DataStore $_currentDS
리턴 Horde_SyncMl_DataStore

$_currentParamName 보호되어 있는 프로퍼티

specifies supported parameters of a given content type property.
protected string $_currentParamName
리턴 string

$_currentPropName 보호되어 있는 프로퍼티

specifies a supported property of a given content type.
protected string $_currentPropName
리턴 string

$_currentXNam 보호되어 있는 프로퍼티

specifies the name of one of the DevInf extension element types.
protected string $_currentXNam
리턴 string

$_devinf 보호되어 있는 프로퍼티

specifies the type of the source synchronization device.
protected Horde_SyncMl_DeviceInfo $_devinf
리턴 Horde_SyncMl_DeviceInfo