메소드 |
설명 |
|
__construct ( array $attendees = [] ) |
Constructor. |
|
__toString ( ) |
|
|
add ( Kronolith_Attendee | Kronolith_Attendee_List $what ) : Kronolith_Attendee_List |
Adds one or more attendees to this list. |
|
count ( ) |
* Countable method. |
|
getEmailList ( ) : Horde_Mail_Rfc822_List |
Returns a list of email address objects. |
|
getIterator ( ) |
|
|
has ( string | Kronolith_Attendee $email ) : boolean |
Checks to see whether an attendee exists in this list. |
|
offsetExists ( $index ) |
|
|
offsetGet ( $index ) |
|
|
offsetSet ( $index, $value ) |
|
|
offsetUnset ( $index ) |
|
|
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. |
|
serialize ( ) |
|
|
unserialize ( $data ) |
|
|
without ( array $excluded ) : Kronolith_Attendee_List |
Returns a copy this list with some attendees removed. |
|