Deprecated: Return type of Poodle\Mail\DBAddresses::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 157
Deprecated: Return type of Poodle\Mail\DBAddresses::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 159
Deprecated: Return type of Poodle\Mail\DBAddresses::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 160
Deprecated: Return type of Poodle\Mail\DBAddresses::offsetSet($key, $val) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 161
Deprecated: Return type of Poodle\Mail\DBAddresses::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 166
Deprecated: Return type of Poodle\Mail\DBAddresses::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 168
Deprecated: Return type of Poodle\Mail\DBAddress::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 273
Deprecated: Return type of Poodle\Mail\DBAddress::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 274
Deprecated: Return type of Poodle\Mail\DBAddress::offsetSet($key, $val) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 275
Deprecated: Return type of Poodle\Mail\DBAddress::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/mail/dbaddresses.php on line 276
class Poodle\Mail\DBAddressesImplements: IteratorAggregate, ArrayAccess, Countable, Traversable
Methods public static get_primary ( $rel_name, $rel_id ) get_reply_to ( $rel_name, $rel_id ) public __construct ( $rel_name, $rel_id ) __destruct ( ) __get ( $key ) add_address ( $addr, $primary = false, $replyTo = false, $invalid = false, $optOut = false ) count ( ) delete_address ( $addr ) getIterator ( ) offsetExists ( $key ) offsetGet ( $key ) offsetSet ( $key, $val ) offsetUnset ( $key ) save ( )
|