PHP Class Horde_ActiveSync_Message_MeetingRequest, horde

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

Protected Properties

Property Type Description
$_mapping array Property mapping.
$_properties array Property values.
$_vEvent Horde_Icalendar_Vevent Copy of the vEvent object.

Public Methods

Method Description
__construct ( array $options = [] ) Const'r
fromvEvent ( Horde_Icalendar_Vevent $vCal ) Create a meeting request from a vEvent.
getvEvent ( ) : Horde_Icalendar_vEvent Return the vEvent object the request/response is based on.

Protected Methods

Method Description
_isAllDay ( ) : boolean Return if this is a request for an all day meeting.
_parsevEvent ( Horde_Icalendar_Vevent $vevent, string $method = 'REQUEST' ) Parses a vEvent into the message properties.

Method Details

__construct() public method

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

_isAllDay() protected method

Return if this is a request for an all day meeting.
protected _isAllDay ( ) : boolean
return boolean

_parsevEvent() protected method

Parses a vEvent into the message properties.
protected _parsevEvent ( Horde_Icalendar_Vevent $vevent, string $method = 'REQUEST' )
$vevent Horde_Icalendar_Vevent The vEvent to parse.
$method string The method (e.g., 'REQUEST').

fromvEvent() public method

Create a meeting request from a vEvent.
public fromvEvent ( Horde_Icalendar_Vevent $vCal )
$vCal Horde_Icalendar_Vevent The vEvent.

getvEvent() public method

Return the vEvent object the request/response is based on.
public getvEvent ( ) : Horde_Icalendar_vEvent
return Horde_Icalendar_vEvent

Property Details

$_mapping protected_oe property

Property mapping.
protected array $_mapping
return array

$_properties protected_oe property

Property values.
protected array $_properties
return array

$_vEvent protected_oe property

Copy of the vEvent object.
protected Horde_Icalendar_Vevent $_vEvent
return Horde_Icalendar_Vevent