You are here

interface DateIcalComponentInterface in Date iCal 7.2

Hierarchy

Expanded class hierarchy of DateIcalComponentInterface

All classes that implement DateIcalComponentInterface

File

includes/DateIcalFeedsParser.inc, line 77
Basic classes.

View source
interface DateIcalComponentInterface {
  public function getComponentType();
  public function setProperty($name, $args);
  public function getProperty($name);

}

Members