|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct () | |
| is_valid_parameter ($parameter, $value) | |
| invariant_holds () | |
| is_valid_value ($value) | |
| default_value () | |
| set_parent_component ($componentname) | |
| set_value ($value) | |
| get_value () | |
| set_parameter ($name, $value) | |
| get_parameter ($name) | |
| serialize () | |
Data Fields | |
| $parent_component = NULL | |
| $value = NULL | |
| $parameters = NULL | |
| $valid_parameters = NULL | |
| $val_multi = false | |
| $val_default = NULL | |
BENNU - PHP iCalendar library (c) 2005-2006 Ioannis Papaioannou (pj@moodle.org). All rights reserved.
Released under the LGPL.
See http://bennu.sourceforge.net/ for more information and downloads.
http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
Definition at line 16 of file iCalendar_properties.php.
| __construct | ( | ) |
Reimplemented in iCalendar_property_tzoffsetto, iCalendar_property_tzoffsetfrom, iCalendar_property_tzname, iCalendar_property_tzid, iCalendar_property_request_status, iCalendar_property_x, iCalendar_property_sequence, iCalendar_property_last_modified, iCalendar_property_dtstamp, iCalendar_property_created, iCalendar_property_trigger, iCalendar_property_repeat, iCalendar_property_action, iCalendar_property_rrule, iCalendar_property_rdate, iCalendar_property_exrule, iCalendar_property_exdate, iCalendar_property_uid, iCalendar_property_url, iCalendar_property_related_to, iCalendar_property_recurrence_id, iCalendar_property_organizer, iCalendar_property_contact, iCalendar_property_attendee, iCalendar_property_transp, iCalendar_property_freebusy, iCalendar_property_duration, iCalendar_property_dtstart, iCalendar_property_due, iCalendar_property_dtend, iCalendar_property_completed, iCalendar_property_summary, iCalendar_property_status, iCalendar_property_resources, iCalendar_property_priority, iCalendar_property_percent_complete, iCalendar_property_location, iCalendar_property_geo, iCalendar_property_description, iCalendar_property_comment, iCalendar_property_class, iCalendar_property_categories, iCalendar_property_attach, iCalendar_property_version, iCalendar_property_prodid, iCalendar_property_method, and iCalendar_property_calscale.
Definition at line 28 of file iCalendar_properties.php.
| default_value | ( | ) |
Definition at line 74 of file iCalendar_properties.php.
| get_parameter | ( | $ | name | ) |
Definition at line 165 of file iCalendar_properties.php.
| get_value | ( | ) |
Definition at line 105 of file iCalendar_properties.php.
| invariant_holds | ( | ) |
Reimplemented in iCalendar_property_attach.
Definition at line 51 of file iCalendar_properties.php.
| is_valid_parameter | ( | $ | parameter, |
| $ | value | ||
| ) |
Reimplemented in iCalendar_property_rdate, iCalendar_property_exdate, iCalendar_property_recurrence_id, iCalendar_property_dtstart, iCalendar_property_due, iCalendar_property_dtend, and iCalendar_property_attach.
Definition at line 34 of file iCalendar_properties.php.


| is_valid_value | ( | $ | value | ) |
Reimplemented in iCalendar_property_tzoffsetto, iCalendar_property_tzoffsetfrom, iCalendar_property_tzname, iCalendar_property_tzid, iCalendar_property_request_status, iCalendar_property_sequence, iCalendar_property_last_modified, iCalendar_property_dtstamp, iCalendar_property_created, iCalendar_property_trigger, iCalendar_property_action, iCalendar_property_transp, iCalendar_property_freebusy, iCalendar_property_duration, iCalendar_property_dtstart, iCalendar_property_due, iCalendar_property_dtend, iCalendar_property_completed, iCalendar_property_status, iCalendar_property_priority, iCalendar_property_percent_complete, iCalendar_property_geo, iCalendar_property_class, iCalendar_property_version, iCalendar_property_method, and iCalendar_property_calscale.
Definition at line 57 of file iCalendar_properties.php.


| serialize | ( | ) |
| set_parameter | ( | $ | name, |
| $ | value | ||
| ) |
| set_parent_component | ( | $ | componentname | ) |
Reimplemented in iCalendar_property_attendee.
Definition at line 78 of file iCalendar_properties.php.
| set_value | ( | $ | value | ) |
Reimplemented in iCalendar_property_request_status, and iCalendar_property_geo.
Definition at line 87 of file iCalendar_properties.php.

| $parameters = NULL |
Definition at line 21 of file iCalendar_properties.php.
| $parent_component = NULL |
Definition at line 19 of file iCalendar_properties.php.
| $val_default = NULL |
Reimplemented in iCalendar_property_sequence, iCalendar_property_transp, iCalendar_property_class, iCalendar_property_version, and iCalendar_property_prodid.
Definition at line 26 of file iCalendar_properties.php.
| $val_multi = false |
Reimplemented in iCalendar_property_rdate, iCalendar_property_exdate, iCalendar_property_freebusy, iCalendar_property_resources, and iCalendar_property_categories.
Definition at line 25 of file iCalendar_properties.php.
| $valid_parameters = NULL |
Definition at line 22 of file iCalendar_properties.php.
| $value = NULL |
Definition at line 20 of file iCalendar_properties.php.