Net::ICal::Component -- the base class for ICalender components |
_identify_component($line)
_create_component($comp)
_unfold(@lines)
_fold($line)
_parse_lines(\@lines)
_parse_property($property)
_parse_parameter($propname)
Net::ICal::Component -- the base class for ICalender components
This is the base class we derive specific ICal components from. It contains a map of properties which can be set and accessed at will; see the docs for Class::MethodMapper for more on how it works.
Creates a new ICal component of type $name
, with Class::MethodMapper
map $map
and arguments %args
. You never call this directly, but
you use the specific component's new constructor instead, which in turn
calls this.
Net::ICal::Component -- the base class for ICalender components |