PHP 클래스 Horde_ActiveSync_Message_AirSyncBaseLocation, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Message_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_mapping array Property map
$_properties array Property values

공개 메소드들

메소드 설명
getClass ( ) : string Return the message type.

보호된 메소드들

메소드 설명
_checkEncoding ( mixed $data, string $tag ) : mixed Checks if the data needs to be encoded like e.g., when outputing binary data in-line during ITEMOPERATIONS requests.

메소드 상세

_checkEncoding() 보호된 메소드

Checks if the data needs to be encoded like e.g., when outputing binary data in-line during ITEMOPERATIONS requests.
protected _checkEncoding ( mixed $data, string $tag ) : mixed
$data mixed The data to check. A string or stream resource.
$tag string The tag we are outputing.
리턴 mixed The encoded data. A string or stream resource with a filter attached.

getClass() 공개 메소드

Return the message type.
public getClass ( ) : string
리턴 string

프로퍼티 상세

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

Property map
protected array $_mapping
리턴 array

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

Property values
protected array $_properties
리턴 array