PHP 클래스 Horde_SyncMl_Command_SyncHdr, horde

SyncHdr is not really a sync command, but this class takes advantage of the XML parser in Horde_SyncMl_Command. Copyright 2006-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

공개 프로퍼티들

프로퍼티 타입 설명
$credData string Authentication credential as specified by the element.
$credFormat string Encoding format of $credData as specified in the element like 'b64'.
$credType string Media type of $credData as specified in the element like 'auth-basic'.
$user string Username as specified in the element.

보호된 프로퍼티들

프로퍼티 타입 설명
$_cmdName string Name of the command.
$_maxMsgSize integer Maximum size of a SyncML message in bytes as specified by the element.
$_maxObjSize integer Maximum size of a SyncML object in bytes as specified by the element.
$_message integer Id of the current message as specified in the element.
$_sessionID string This is not to confuse with the PHP session id, though it is part of the generated PHP session id.
$_sourceURI string The source URI as specified by the element.
$_targetURI string This is normally the URL of the Horde RPC server. However the client is free to send anything.
$_version integer 0 for SyncML 1.0, 1 for SyncML 1.1, etc.

공개 메소드들

메소드 설명
endElement ( string $uri, string $element ) End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().
setupState ( ) Starts the PHP session and instantiates the global Horde_SyncMl_State object if doesn't exist yet.

메소드 상세

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.

setupState() 공개 메소드

Starts the PHP session and instantiates the global Horde_SyncMl_State object if doesn't exist yet.
public setupState ( )

프로퍼티 상세

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

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

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

Maximum size of a SyncML message in bytes as specified by the element.
protected int $_maxMsgSize
리턴 integer

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

Maximum size of a SyncML object in bytes as specified by the element.
protected int $_maxObjSize
리턴 integer

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

Id of the current message as specified in the element.
protected int $_message
리턴 integer

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

This is not to confuse with the PHP session id, though it is part of the generated PHP session id.
protected string $_sessionID
리턴 string

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

The source URI as specified by the element.
protected string $_sourceURI
리턴 string

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

This is normally the URL of the Horde RPC server. However the client is free to send anything.
protected string $_targetURI
리턴 string

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

0 for SyncML 1.0, 1 for SyncML 1.1, etc.
protected int $_version
리턴 integer

$credData 공개적으로 프로퍼티

Authentication credential as specified by the element.
public string $credData
리턴 string

$credFormat 공개적으로 프로퍼티

Encoding format of $credData as specified in the element like 'b64'.
public string $credFormat
리턴 string

$credType 공개적으로 프로퍼티

Media type of $credData as specified in the element like 'auth-basic'.
public string $credType
리턴 string

$user 공개적으로 프로퍼티

Username as specified in the element.
public string $user
리턴 string