$_list
$_list : array
A list of Kronolith_Attendee objects.
This is a list of attendees.
parse(string $newAttendees, \Horde_Notification_Handler $notification) : \Kronolith_Attendee_List
Parses a comma separated list of names and e-mail addresses into a list of attendees.
| string | $newAttendees | A comma separated attendee list. | 
| \Horde_Notification_Handler | $notification | A notification handler. | 
The parsed attendee list.
add(\Kronolith_Attendee|\Kronolith_Attendee_List  $what) : \Kronolith_Attendee_List
                Adds one or more attendees to this list.
| \Kronolith_Attendee|\Kronolith_Attendee_List | $what | The attendee(s) to add. | 
This list with the attendee(s) added.
has(string|\Kronolith_Attendee  $email) : boolean
                Checks to see whether an attendee exists in this list.
This is a case-insensitive version of offsetExists().
| string|\Kronolith_Attendee | An attendee or the email address of an attendee. | 
True if the specified attendee is present in this list.
without(array  $excluded) : \Kronolith_Attendee_List
                Returns a copy this list with some attendees removed.
| array | $excluded | List of email addresses to remove. | 
A reduced attendee list.