| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 701 lines (27 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
iCalendar_component:: (11 methods):
__construct()
get_name()
add_property()
add_component()
get_property_list()
invariant_holds()
is_valid()
serialize()
unserialize()
clear_errors()
parser_error()
iCalendar:: (1 method):
__construct()
iCalendar_event:: (2 methods):
__construct()
invariant_holds()
iCalendar_todo:: (2 methods):
__construct()
invariant_holds()
iCalendar_journal:: (1 method):
__construct()
iCalendar_freebusy:: (2 methods):
__construct()
invariant_holds()
iCalendar_alarm:: (2 methods):
__construct()
invariant_holds()
iCalendar_timezone:: (1 method):
__construct()
iCalendar_standard:: (1 method):
__construct()
iCalendar_daylight:: (0 methods):
Class: iCalendar_component - X-Ref
BENNU - PHP iCalendar library| __construct() X-Ref |
| Added to hold errors from last run of unserialize |
| get_name() X-Ref |
| No description |
| add_property($name, $value = NULL, $parameters = NULL) X-Ref |
| No description |
| add_component($component) X-Ref |
| No description |
| get_property_list($name) X-Ref |
| No description |
| invariant_holds() X-Ref |
| No description |
| is_valid() X-Ref |
| No description |
| serialize() X-Ref |
| No description |
| unserialize($string) X-Ref |
| unserialize() I needed a way to convert an iCalendar component back to a Bennu object so I could easily access and modify it after it had been stored; if this functionality is already present somewhere in the library, I apologize for adding it here unnecessarily; however, I couldn't find it so I added it myself. param: string $string the iCalendar object to load in to this iCalendar_component return: bool true if the file parsed with no errors. False if there were errors. |
| clear_errors() X-Ref |
| No description |
| parser_error($error) X-Ref |
| No description |
| __construct() X-Ref |
| No description |
Class: iCalendar_event - X-Ref
Class: iCalendar_todo - X-Ref
Class: iCalendar_journal - X-Ref
| __construct() X-Ref |
| No description |
Class: iCalendar_freebusy - X-Ref
Class: iCalendar_alarm - X-Ref
Class: iCalendar_timezone - X-Ref
| __construct() X-Ref |
| No description |
Class: iCalendar_standard - X-Ref
| __construct() X-Ref |
| No description |
Class: iCalendar_daylight - X-Ref
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |