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_Vtodo

Class representing vTodos.

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_Vtodo
Package: Icalendar
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Located at Horde/Icalendar/Vtodo.php
Methods summary
public TODO
# exportvCalendar( )

TODO

TODO

Returns

TODO

Overrides

Horde_Icalendar::exportvCalendar()
public array
# toArray( )

Convert this todo to an array of attributes.

Convert this todo to an array of attributes.

Returns

array

Array containing the details of the todo in a hash as used by Horde applications.

public
# fromArray( array $todo )

Set the attributes for this todo item from an array.

Set the attributes for this todo item from an array.

Parameters

$todo
<p>Array containing the details of the todo in the same format that toArray() exports.</p>
Methods inherited from Horde_Icalendar
__construct(), _exportDateTime(), _exportUtcOffset(), _parseDate(), _parseDateTime(), addComponent(), clear(), findComponent(), findComponentByAttribute(), getAllAttributes(), getAttribute(), getAttributeDefault(), getAttributeValues(), getComponent(), getComponentClasses(), getComponentCount(), getComponents(), getType(), newComponent(), parsevCalendar(), removeAttribute(), setAttribute(), setParameter(), setVersion(), toHash()
Properties summary
public string $type

The component type of this class.

The component type of this class.

# 'vTodo'
API documentation generated by ApiGen