PHP Class Horde_ActiveSync_Message_AirSyncBaseBody, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Message_Base
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_mapping array Property mapping
$_properties array Property values

Public Methods

Method Description
__construct ( array $options = [] ) Const'r
__destruct ( )
getClass ( ) : string Return the message type.

Method Details

__construct() public method

Const'r
See also: Horde_ActiveSync_Message_Base::__construct()
public __construct ( array $options = [] )
$options array

__destruct() public method

public __destruct ( )

getClass() public method

Return the message type.
public getClass ( ) : string
return string

Property Details

$_mapping protected_oe property

Property mapping
protected array $_mapping
return array

$_properties protected_oe property

Property values
protected array $_properties
return array