Overview

Packages

  • Icalendar

Classes

  • Horde_Icalendar
  • Horde_Icalendar_Daylight
  • Horde_Icalendar_Exception
  • Horde_Icalendar_Standard
  • Horde_Icalendar_Translation
  • Horde_Icalendar_Valarm
  • Horde_Icalendar_Vcard
  • Horde_Icalendar_Vevent
  • Horde_Icalendar_Vfreebusy
  • Horde_Icalendar_Vjournal
  • Horde_Icalendar_Vnote
  • Horde_Icalendar_Vtimezone
  • Horde_Icalendar_Vtodo
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Icalendar_Standard

Class representing vTimezones.

Copyright 2003-2012 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.

Horde_Icalendar
Extended by Horde_Icalendar_Standard
Package: Icalendar
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Located at Horde/Icalendar/Standard.php
Methods summary
public boolean
# parsevCalendar( mixed $text, string $base = 'VCALENDAR', boolean $clear = true )

TODO

TODO

Parameters

$text
TODO
$base
The type of the base object.
$clear
If true clears this object before parsing.

Returns

boolean
True on successful import, false otherwise.

Throws

Horde_Icalendar_Exception

Overrides

Horde_Icalendar::parsevCalendar()
public TODO
# exportvCalendar( )

TODO

TODO

Returns

TODO

Overrides

Horde_Icalendar::exportvCalendar()
Methods inherited from Horde_Icalendar
__construct(), _exportDateTime(), _exportUtcOffset(), _parseDate(), _parseDateTime(), addComponent(), clear(), findComponent(), findComponentByAttribute(), getAllAttributes(), getAttribute(), getAttributeDefault(), getAttributeValues(), getComponent(), getComponentClasses(), getComponentCount(), getComponents(), getType(), newComponent(), removeAttribute(), setAttribute(), setParameter(), setVersion(), toHash()
Properties summary
public string $type

The component type of this class.

The component type of this class.

# 'standard'
API documentation generated by ApiGen