| [ Index ] |
PHP Cross Reference of MyBB 1.6.7 |
[Source view] [Print] [Project Stats]
MyBB 1.6 Copyright 2010 MyBB Group, All Rights Reserved Website: http://mybb.com License: http://mybb.com/about/license
| File Size: | 584 lines (14 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file inc/functions_calendar.php |
EventDataHandler:: (8 methods):
verify_name()
verify_description()
verify_date()
verify_time()
verify_repeats()
validate_event()
insert_event()
update_event()
Class: EventDataHandler - X-Ref
Event handling class, provides common structure to handle event data.| verify_name() X-Ref |
| Verifies if an event name is valid or not and attempts to fix it return: boolean True if valid, false if invalid. |
| verify_description() X-Ref |
| Verifies if an event description is valid or not and attempts to fix it return: boolean True if valid, false if invalid. |
| verify_date() X-Ref |
| Verifies if an event date is valid or not and attempts to fix it return: boolean True if valid, false if invalid. |
| verify_time($time) X-Ref |
| No description |
| verify_repeats() X-Ref |
| No description |
| validate_event() X-Ref |
| Validate an event. param: array The event data array. |
| insert_event() X-Ref |
| Insert an event into the database. param: array The array of event data. return: array Array of new event details, eid and private. |
| update_event() X-Ref |
| Updates an event that is already in the database. param: array The event data array. |
| Generated: Sat Mar 31 17:55:03 2012 | Cross-referenced by PHPXref 0.7.1 |