PHP Class Horde_ActiveSync_Message_Folder, horde

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

Public Properties

Property Type Description
$parentid string Id of the parent folder

Protected Properties

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

Public Methods

Method Description
getClass ( ) : string Get message type.

Method Details

getClass() public method

Get 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

$parentid public_oe property

Id of the parent folder
public string $parentid
return string