Moodle  2.2.1
http://www.collinsharper.com
iCalendar_property Class Reference
Inheritance diagram for iCalendar_property:

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

Detailed Description

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.

Author:
Ioannis Papaioannou
Version:
Id:
iCalendar_properties.php,v 1.6 2011/11/25 10:24:10 moodlerobot Exp

http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License

Definition at line 16 of file iCalendar_properties.php.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

Here is the call graph for this function:

Here is the caller graph for this function:

serialize ( )

Definition at line 191 of file iCalendar_properties.php.

Here is the call graph for this function:

set_parameter ( name,
value 
)

Definition at line 123 of file iCalendar_properties.php.

Here is the call graph for this function:

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.

Here is the call graph for this function:


Field Documentation

$parameters = NULL

Definition at line 21 of file iCalendar_properties.php.

$parent_component = NULL

Definition at line 19 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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations